ltmmDVDControl.SubpictureOn Method
object.SubpictureOn(State As Boolean) |
Remarks
Enables or disables the subpicture display.
This method does not support command synchronization.
The title currently being played determines which subpicture streams are enabled and disabled. The title must enable a subpicture stream for it to be displayed. The programmer can retrieve the subpicture stream status by calling the ltmmDVDControl.IsSubpictureStreamEnabled Method.
For more detailed information, refer to the Microsoft documentation for IDvdControl2::SetSubpictureState at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdcontrol2setsubpicturestate.asp.
See Also