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 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 at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2issubpicturestreamenabled.asp.

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