| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDValidUserOp Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDValidUserOp | |
| C# | |
|---|---|
public enum DVDValidUserOp : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDValidUserOp : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Pause_On | Annex J command: Pause_On |
| Play_Backwards | Annex J command: Backward_Scan |
| Play_Chapter | Annex J commands: PTT_Play, PTT_Search |
| Play_Chapter_Or_AtTime | Annex J commands: Time_Search, PTT_Search |
| Play_Forwards | Annex J command: Forward_Scan |
| Play_Title | Annex J command: Title_Play |
| Play_Title_Or_AtTime | Annex J commands: Time_Play, TimeSearch |
| PlayNext_Chapter | Annex J command: NextPG_Search |
| PlayPrev_Or_Replay_Chapter | Annex J commands: PrevPG_Search, TopPG_Search |
| Resume | Annex J command: Resume |
| ReturnFromSubMenu | Annex J command: GoUp |
| Select_Angle | Annex J command : Angle_Change |
| Select_Audio_Stream | Annex J command: Audio_Stream_Change |
| Select_Karaoke_Audio_Presentation_Mode | Annex J command: Karaoke_Audio_Presentation_Mode_Change |
| Select_Or_Activate_Button | Annex J commands: Upper_Button_Select, lower_Button_Select, left_Button_Select, Right_Button_Select, Button_Activate, Button_Select_And_Activate |
| Select_SubPic_Stream | Annex J command: Sub-picture_Stream_Change |
| Select_Video_Mode_Preference | Annex J command: Video_Presentation_Mode_Change |
| ShowMenu_Angle | Annex J command: Menu_Call(Angle) |
| ShowMenu_Audio | Annex J command: Menu_Call(Audio). |
| ShowMenu_Chapter | Annex J command: Menu_Call(PTT) |
| ShowMenu_Root | Annex J command: Menu_Call(Root) |
| ShowMenu_SubPic | Annex J command: Menu_Call(Sub-picture) |
| ShowMenu_Title | Annex J command: Menu_Call (Title) |
| Still_Off | Annex J command: Still_Off |
| Stop | Annex J command: Stop |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDValidUserOp
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code