DVD_TIMECODE_FLAGS enumeration (strmif.h)
Indicates the frame rate at which a DVD has been authored to play.
Syntax
typedef enum tagDVD_TIMECODE_FLAGS {
DVD_TC_FLAG_25fps = 0x1,
DVD_TC_FLAG_30fps = 0x2,
DVD_TC_FLAG_DropFrame = 0x4,
DVD_TC_FLAG_Interpolated = 0x8
} DVD_TIMECODE_FLAGS;
Constants
DVD_TC_FLAG_25fpsValue: 0x1 Disc is authored to play at 25 frames per second. |
DVD_TC_FLAG_30fpsValue: 0x2 Disc is authored to play at 30 frames per second. |
DVD_TC_FLAG_DropFrameValue: 0x4 Disc is authored to play at 29.97 frames per second. |
DVD_TC_FLAG_InterpolatedValue: 0x8 Value representing the DVD Navigator Filter filter's best estimate of the disc's frame rate. |
Requirements
| Header | strmif.h (include Dshow.h) |