ltmmDVDControl.CurrentButton Property
object.CurrentButton As Long |
Remarks
(Read only) This property is updated with the currently selected button. The current button can change when the DVD enters a menu domain during playback. The possible values range from 1 to 36.
The ltmmDVDControl.ButtonsAvailable Property contains the number of available buttons.
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.CurrentAngle Property
ltmmDVDControl.CurrentUOPS Property
ltmmDVDControl.CurrentAudioStream Property
ltmmDVDControl.CurrentSubpictureStream Property
ltmmDVDControl.CurrentDomain Property
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetCurrentButton at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getcurrentbutton.asp.
See Also