Gets or sets the index of the audio stream that plays along with the video component. The collection of audio streams is composed at run time and represents all audio streams that are available in the media file.
Syntax
<MediaElement AudioStreamIndex="int"/>
Property value
Type: IReference<Int32> [C++] | System.Nullable<Int32> [.NET]
The index in the media file of the audio component that plays along with the video component. The index can be unspecified, in which case the value is null. The default value is null.
If you're programming using C# or Visual Basic, the type of this property is projected as int? (a nullable integer).
Remarks
Setting AudioStreamIndex to null will select the default audio track which is defined by the content.
See the Quickstart: create a media player application and How to select audio tracks in different languages for examples of supporting multiple audio tracks.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013