AVVideoCodecSettings.AverageBitRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents average bit rate (as bits per second) used in encoding.
public Nullable<int> AverageBitRate { get; set; }
member this.AverageBitRate : Nullable<int> with get, set
Property Value
Remarks
The property uses constant AVVideoAverageBitRateKey value to access the underlying dictionary.