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