LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDValidUserOp Enumeration
See Also  
Leadtools.Multimedia Namespace : DVDValidUserOp Enumeration



The DVDValidUserOp enumeration values indicate which user operation (UOP) commands are currently allowed by the DVD.

Syntax

Visual Basic (Declaration) 
Public Enum DVDValidUserOp 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DVDValidUserOp
C# 
public enum DVDValidUserOp : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DVDValidUserOp : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Pause_OnAnnex J command: Pause_On
Play_BackwardsAnnex J command: Backward_Scan
Play_ChapterAnnex J commands: PTT_Play, PTT_Search
Play_Chapter_Or_AtTimeAnnex J commands: Time_Search, PTT_Search
Play_ForwardsAnnex J command: Forward_Scan
Play_TitleAnnex J command: Title_Play
Play_Title_Or_AtTimeAnnex J commands: Time_Play, TimeSearch
PlayNext_ChapterAnnex J command: NextPG_Search
PlayPrev_Or_Replay_ChapterAnnex J commands: PrevPG_Search, TopPG_Search
ResumeAnnex J command: Resume
ReturnFromSubMenuAnnex J command: GoUp
Select_AngleAnnex J command : Angle_Change
Select_Audio_StreamAnnex J command: Audio_Stream_Change
Select_Karaoke_Audio_Presentation_ModeAnnex J command: Karaoke_Audio_Presentation_Mode_Change
Select_Or_Activate_ButtonAnnex J commands: Upper_Button_Select, lower_Button_Select, left_Button_Select, Right_Button_Select, Button_Activate, Button_Select_And_Activate
Select_SubPic_StreamAnnex J command: Sub-picture_Stream_Change
Select_Video_Mode_PreferenceAnnex J command: Video_Presentation_Mode_Change
ShowMenu_AngleAnnex J command: Menu_Call(Angle)
ShowMenu_AudioAnnex J command: Menu_Call(Audio).
ShowMenu_ChapterAnnex J command: Menu_Call(PTT)
ShowMenu_RootAnnex J command: Menu_Call(Root)
ShowMenu_SubPicAnnex J command: Menu_Call(Sub-picture)
ShowMenu_TitleAnnex J command: Menu_Call (Title)
Still_OffAnnex J command: Still_Off
StopAnnex J command: Stop

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDValidUserOp

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also