averageVideoBitrate
The video track’s average bit rate, in bits per second.
Declaration
var averageVideoBitrate: Double { get }Discussion
The property corresponds to “c-avg-video-bitrate”.
This property returns the average bitrate of the video track if it is unmuxed, or the average bitrate of the combined content if muxed. Measured in bits per second.
The value is negative if unknown.
This property is not compatible with key-value observing.