DVD_FRAMERATE 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 whether the DVD is authored to play at 25 or 30 frames per second.
Syntax
typedef enum tagDVD_FRAMERATE {
DVD_FPS_25 = 1,
DVD_FPS_30NonDrop = 3
} DVD_FRAMERATE;
Constants
DVD_FPS_25 Value: 1 Twenty-five frames per second. |
DVD_FPS_30NonDrop Value: 3 Exactly 30 frames per second. |
Remarks
You must know the frame rate to interpret the frame count as time.
Requirements
Requirement | Value |
---|---|
Header | strmif.h (include Dshow.h) |