![]() |
Previous | Next |
This method retrieves a value indicating the language for the specified subpicture stream.
Syntax
MediaPlayer.DVD.GetSubpictureLanguage(uStream)
Parameters
uStream
ULONG value indicating the subpicture stream number.
Return Value
Returns a BSTR value identifying a language according to the Alpha-2 Code defined in ISO-639. See GetAudioLanguage for a table of possible values.
Remarks
Subpictures are encoded graphics, such as subtitles or menus, that can be displayed over the top of the video.
This method returns an error unless the domain is TT_DOM. For more information on domains, see the CurrentDomain property.
See Also
Previous | Next |