AppBroadcastStreamReader.AudioBitrate Property

Definition

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

UInt32

unsigned int

uint32_t

The bitrate of the audio stream, in bits per second.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to