DTGVideoTrack

public protocol DTGVideoTrack

Information about a Video track.

  • Width in pixels.

    Declaration

    Swift

    var width: Int? { get }
  • Height in pixels.

    Declaration

    Swift

    var height: Int? { get }
  • Bitrate.

    Declaration

    Swift

    var bitrate: Int { get }