ltmmDVD_TIMECODE_FLAGS constants

    typedef enum ltmmDVD_TIMECODE_FLAGS
    {
        ltmmDVD_TC_FLAG_25fps              = 0x00000001, 
        ltmmDVD_TC_FLAG_30fps              = 0x00000002, 
        ltmmDVD_TC_FLAG_DropFrame     = 0x00000004, 
        ltmmDVD_TC_FLAG_Interpolated    = 0x00000008, 
    } ltmmDVD_TIMECODE_FLAGS;

The ltmmDVD_TIMECODE_FLAGS constants indicate the frame rate at which a digital video disc (DVD) has been authored to play. The values listed below can be used with the IltmmDVDControl interface methods and properties.

Constant

Description

ltmmDVD_TC_FLAG_25fps

[0x00000001] Disc is authored to play at 25 frames per second.

ltmmDVD_TC_FLAG_30fps

[0x00000002] Disc is authored to play at 30 frames per second.

ltmmDVD_TC_FLAG_DropFrame

[0x00000004] Disc is authored to play at 29.97 frames per second.

ltmmDVD_TC_FLAG_Interpolated

[0x00000008] Timecode SMPTE timecode, more properly known as SMPTE time and control code, is a series of digital frame address values, flags and additional data applied to a video or audio stream, and is defined in ANSI/SMPTE 12-1986. Its purpose is to provide a machine-readable address for video and audio. These are usually measured in seconds and they measure the time elapsed from the beginning of the file. It is a term describing the number you see on the VCR while you are playing a tape.audio stream The portion of the file holding the audio data. The audio data might be compressed to save disk space. The data has to be decompressed using an audio decompressor oftware component which decompresses audio. It must be designed to work with ACM or DirectShow . Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams. before you can play (hear) it., and is defined in ANSI/SMPTE 12-1986. Its purpose is to provide a machine-readable address for video and audio. These are usually measured in seconds and they measure the time elapsed from the beginning of the file. It is a term describing the number you see on the VCR while you are playing a tape. may be inaccurate (estimated).

Comments

For more detailed information, see the Microsoft documentation for the DVD_TIMECODE_FLAGS Enumeration.