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