Microsoft DirectX 8.0

DVD_OPTION_FLAG Enumeration

Enumerated Types

Defines flags that control aspects of the DVD Navigator filter's behavior related to playback of digital video disc (DVD) content.

Syntax

typedef enum {
    DVD_ResetOnStop               = 1,
    DVD_NotifyParentalLevelChange = 2,
    DVD_HMSF_TimeCodeEvents       = 3
} DVD_OPTION_FLAG;

Elements

DVD_ResetOnStop
When this flag is set, the DVD Navigator will resume play at the beginning of the disc if the filter graph stops and then restarts. This flag is on by default.
DVD_NotifyParentalLevelChange
Tells the DVD Navigator to inform the application when it encounters a temporary parental management level command on the disc. If this flag is not set, the DVD Navigator will automatically reject such commands and branch accordingly. This flag is off by default.
DVD_HMSF_TimeCodeEvents
Tells the DVD Navigator to send all timecode information in the new DVD_HMSF_Timecode format instead of the old binary coded decimal (BCD) format, which is defined in the DVD_TIMECODE structure. This flag is off by default.