ltmmDVDControl.DVDTextNumberOfLanguages Property

Visual Basic Example

Syntax

object.DVDTextNumberOfLanguages As Long

Remarks

(Read only) This property is updated, when a DVD is first loaded, with the number of text languages for the current DVD or disc side.

The value of this property represents the number of text languages / language blocks for the current DVD or disc side. This value determines the possible values for the Index parameters of the following methods:

ltmmDVDControl.GetDVDTextLanguageLCID Method

ltmmDVDControl.GetDVDTextNumberOfStrings Method

ltmmDVDControl.GetDVDTextString Method

ltmmDVDControl.GetDVDTextStringType Method

For example, if this property contains the value 4, there are four text languages / language blocks. Since the Index parameter of the methods listed above is zero-based, the possible values for the Index parameter is 0 – 3.

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

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.GetDVDTextLanguageLCID Method, ltmmDVDControl.GetDVDTextNumberOfStrings Method, ltmmDVDControl.GetDVDTextString Method, ltmmDVDControl.GetDVDTextStringType Method

Topics:

Multimedia Properties, Methods and Events