MediaElement.AudioStreamCount 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 audio streams that exist in the current media file.
public:
property int AudioStreamCount { int get(); };
int AudioStreamCount();
public int AudioStreamCount { get; }
var int32 = mediaElement.audioStreamCount;
Public ReadOnly Property AudioStreamCount As Integer
Property Value
Int32
int
The number of audio streams that exist in the source media file. The default value is 0.