ltmmDVDControl.GetDVDTextLanguageLCID Method

Visual Basic Example

Syntax

object.GetDVDTextLanguageLCID(Index As Long) As Long

Remarks

Retrieves the language ID from the specified language block.

Before calling this method, obtain the total number of language blocks available. This value is found in the ltmmDVDControl.DVDTextNumberOfLanguages Property. Based on the value in the ltmmDVDControl.DVDTextNumberOfLanguages, pass an appropriate index value for the Index parameter of this method to retrieve the desired language ID.

For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetDVDTextLanguageInfo at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getdvdtextlanguageinfo.asp.

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.DVDTextNumberOfLanguages Property, ltmmDVDControl.GetDVDTextNumberOfStrings Method, ltmmDVDControl.GetDVDTextString Method, ltmmDVDControl.GetDVDTextStringType Method

Topics:

Multimedia Properties, Methods and Events