ltmmDVDControl.CurrentUOPS Property
object.CurrentUOPS As Long |
Remarks
(Read only) This property is updated during playback with flags indicating the disabled navigation commands for the current disc location. For a list of possible values, refer to the ltmmVALID_UOP_FLAG constants. These constants may be combined using a bitwise OR operator.
Other "current" information can be found in the following properties:
ltmmDVDControl.CurrentTitle Property
ltmmDVDControl.CurrentChapter Property
ltmmDVDControl.CurrentDiscSide Property
ltmmDVDControl.CurrentTime Property
ltmmDVDControl.CurrentVolume Property
ltmmDVDControl.CurrentButton Property
ltmmDVDControl.CurrentAngle Property
ltmmDVDControl.CurrentAudioStream Property
ltmmDVDControl.CurrentSubpictureStream Property
ltmmDVDControl.CurrentDomain Property
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetCurrentUOPS at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getcurrentuops.asp.
See Also