MediaElement.AudioStreamIndex property

Expand Minimize
This topic has not yet been rated - Rate this topic

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


public Nullable<int> AudioStreamIndex { get; set; }


<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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

MediaElement

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.