ltmmDVDControl.DefaultSubpictureLanguage Property
object.DefaultSubpictureLanguage As Long |
Remarks
(Read only) This property is updated with the default subpicture language set using the ltmmDVDControl.SelectDefaultSubpictureLanguage Method. The value of this property is an LCID value (containing a LANGID parameter) from which sublanguage information can be extracted using the Win32 LANGIDFROMLCID macro.
The ltmmDVDControl.DefaultSubpictureLanguageExt Property contains the default subpicture language extension.
Call the ltmmDVDControl.GetSubpictureLanguage Method to retrieve the language of a specific subpicture stream within the current title.
Call the ltmmDVDControl.SelectDefaultSubpictureLanguage Method to set the default subpicture text language.
For a list of possible LANGID values, refer to the winnt.h library.
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetDefaultSubpictureLanguage at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getdefaultsubpicturelanguage.asp.
See Also