VideoProperties.Bitrate 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.
Gets the sum audio and video bitrate of the video.
public:
property unsigned int Bitrate { unsigned int get(); };
uint32_t Bitrate();
public uint Bitrate { get; }
var uInt32 = videoProperties.bitrate;
Public ReadOnly Property Bitrate As UInteger
Property Value
The video's sum audio and video bitrate.