DVD_TIMECODE_FLAGS enumeration (strmif.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
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_25fps Value: 0x1 Disc is authored to play at 25 frames per second. |
DVD_TC_FLAG_30fps Value: 0x2 Disc is authored to play at 30 frames per second. |
DVD_TC_FLAG_DropFrame Value: 0x4 Disc is authored to play at 29.97 frames per second. |
DVD_TC_FLAG_Interpolated Value: 0x8 Value representing the DVD Navigator Filter filter's best estimate of the disc's frame rate. |
Requirements
Requirement | Value |
---|---|
Header | strmif.h (include Dshow.h) |