Microsoft DirectX 8.1 (C++)

DVD_OPTION_FLAG Enumeration

Defines flags that control the behavior of the DVD Navigator Filter.

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 using the new DVD_HMSF_TIMECODE structure instead of the old binary coded decimal (BCD) format, which is defined in the DVD_TIMECODE structure. This flag is off by default.

See Also