AppBroadcastStreamReader.AudioSampleRate 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 sample rate of the audio stream associated with the AppBroadcastStreamReader.
public:
property unsigned int AudioSampleRate { unsigned int get(); };
uint32_t AudioSampleRate();
public uint AudioSampleRate { get; }
var uInt32 = appBroadcastStreamReader.audioSampleRate;
Public ReadOnly Property AudioSampleRate As UInteger
Property Value
The sample rate of the audio stream
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|