DVD domain.
TVFDVDDomain = ( DC_FirstPlay, DC_VideoManagerMenu, DC_VideoTitleSetMenu, DC_Title, DC_Stop );
enum TVFDVDDomain { DC_FirstPlay, DC_VideoManagerMenu, DC_VideoTitleSetMenu, DC_Title, DC_Stop };
public enum TVFDVDDomain { DC_FirstPlay, DC_VideoManagerMenu, DC_VideoTitleSetMenu, DC_Title, DC_Stop }
Public Enum TVFDVDDomain DC_FirstPlay DC_VideoManagerMenu DC_VideoTitleSetMenu DC_Title DC_Stop End Enum
public class TVFDVDDomain;
enum TVFDVDDomain { DC_FirstPlay, DC_VideoManagerMenu, DC_VideoTitleSetMenu, DC_Title, DC_Stop };
TVFDVDDomain
MediaPlayerTypes
Members |
Description |
DC_FirstPlay |
Performing default initialization of a DVD disc. |
DC_VideoManagerMenu |
Displaying menus for the entire disc. Also known as topMenu for Windows Media Player. Commonly called the title menu or the top menu. |
DC_VideoTitleSetMenu |
Displaying menus for current title set. Also known as titleMenu for Windows Media Player. Commonly called the root menu. |
DC_Title |
Usually displaying the current title. |
DC_Stop |
The DVD Navigator is in the DVD Stop domain. |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|