Microsoft DirectX 9.0

DVD_FRAMERATE Enumeration

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;

Elements

DVD_FPS_25

Twenty-five frames per second.

DVD_FPS_30NonDrop

Exactly 30 frames per second.

Remarks

You must know the frame rate to interpret the frame count as time.

See Also