ltmmDVDControl.GetDVDTextNumberOfStrings Method

Visual Basic Example

Syntax

object.GetDVDTextNumberOfStrings(Index As Long) As Long

Remarks

Retrieves the number of strings for the specified language block.

Prior to calling this method, determine the total number of language blocks available. This value is found in the ltmmDVDControl.DVDTextNumberOfLanguages Property. Based on the value in the ltmmDVDControl.DVDTextNumberOfLanguages property, pass an appropriate index value for the Index parameter of this method, to retrieve the number of strings for the desired language block. For example, if the ltmmDVDControl.DVDTextNumberOfLanguages property contains the value 4, then possible values for the Index parameter of this method is 0 – 3.

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.GetDVDTextLanguageLCID Method, ltmmDVDControl.DVDTextNumberOfLanguages Property, ltmmDVDControl.GetDVDTextString Method, ltmmDVDControl.GetDVDTextStringType Method

Topics:

Multimedia Properties, Methods and Events