Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 800 Bytes

mediaelement_getaudiostreamlanguage_366720426.md

File metadata and controls

30 lines (20 loc) · 800 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.MediaElement.GetAudioStreamLanguage(Windows.Foundation.IReference{System.Int32})
winrt method

Windows.UI.Xaml.Controls.MediaElement.GetAudioStreamLanguage

-description

Returns the RFC 1766 language for the specified audio stream.

-parameters

-param index

The index of the stream to get the language for.

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

-returns

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

-remarks

-examples

-see-also