DVD_TIMECODE_FLAGS Enumeration

 
Microsoft DirectShow 9.0

DVD_TIMECODE_FLAGS Enumeration

Indicates the frame rate at which a DVD has been authored to play.

Syntax

  typedef enum tagDVD_TIMECODE_FLAGS {
    DVD_TC_FLAG_25fps         = 0x00000001, 
    DVD_TC_FLAG_30fps         = 0x00000002, 
    DVD_TC_FLAG_DropFrame     = 0x00000004, 
    DVD_TC_FLAG_Interpolated  = 0x00000008  
} DVD_TIMECODE_FLAGS;

Members

DVD_TC_FLAG_25fps

Disc is authored to play at 25 frames per second.

DVD_TC_FLAG_30fps

Disc is authored to play at 30 frames per second.

DVD_TC_FLAG_DropFrame

Disc is authored to play at 29.97 frames per second.

DVD_TC_FLAG_Interpolated

Value representing the DVD Navigator Filter filter's best estimate of the disc's frame rate.

Requirements

  Header: Dshow.h

See Also