MediaElement.GetAudioStreamLanguage method

Expand Minimize
1 out of 1 rated this helpful - Rate this topic

Returns the RFC 1766 language for the specified audio stream.

Syntax


public string GetAudioStreamLanguage(
  Nullable<int> index
)

Parameters

index

Type: IReference<Int32> [C++] | System.Nullable<Int32> [.NET]

The index of the stream to get the language for.

If you are programming using C# or Visual Basic, the type of this parameter is projected as int? (a nullable integer).

Return value

Type: System.String [.NET] | Platform::String [C++]

The RFC 1766 language for the specified audio stream, expressed as a string (for example, "en-us").

Remarks

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.