MediaElement.AudioStreamCount Property

Definition

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.

Applies to