ltmmDVDControl.IsSubpictureStreamEnabled Method

Visual Basic Example

Syntax

object.IsSubpictureStreamEnabled(Stream As Long) As Boolean

Remarks

Determines if the specified subpicture stream is enabled in the current title The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files..

The ltmmDVDControl.SubpictureStreamsAvailable Property contains the number of available subpicture streams.

The ltmmDVDControl.CurrentSubpictureStream Property contains the current subpicture stream.

The title currently being played determines which subpicture streams are enabled and disabled. While setting a disabled subpicture stream as the current subpicture stream will not return an error, the program will not display subpicture data until it plays a title that enables the stream.

For more detailed information, refer to the Microsoft documentation for IDvdInfo2::IsSubpictureStreamEnabled.

Platforms

Win32, x64

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.CurrentSubpictureStream Property, ltmmDVDControl.SubpictureStreamsAvailable Property, ltmmDVDControl.DefaultSubpictureLanguage Property, ltmmDVDControl.DefaultSubpictureLanguageExt Property, ltmmDVDControl.GetSubpictureLanguage Method, ltmmDVDControl.SelectDefaultSubpictureLanguage Method, ltmmDVDControl.SubpictureOn Method

Topics:

Multimedia Properties, Methods and Events