AppBroadcastStreamReader.VideoBitrate 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 bitrate of the video stream associated with the AppBroadcastStreamReader, in bits per second.
public:
property unsigned int VideoBitrate { unsigned int get(); };
uint32_t VideoBitrate();
public uint VideoBitrate { get; }
var uInt32 = appBroadcastStreamReader.videoBitrate;
Public ReadOnly Property VideoBitrate As UInteger
Property Value
The bitrate of the video stream, in bits per second.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|