DVD_FRAMERATE enumeration (strmif.h)

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

   
Header strmif.h (include Dshow.h)

See also

DVD_TIMECODE

DirectShow Enumerated Types