TIMECODE_SAMPLE Structure

Structures

Contains complete timecode information.

Syntax

typedef struct tagTIMECODE_SAMPLE {
    LONGLONG  qwTick;
    TIMECODE  timecode;
    DWORD  dwUser;
    DWORD  dwFlags;
} TIMECODE_SAMPLE;

Members

qwTick
Reference time, in 100-nanosecond units.
timecode
TIMECODE structure.
dwUser
Packed SMPTE userbits.
dwFlags
Timecode flag masks. Specify one or more of the following values.
AM_TIMECODE_FLAG_FCMFrame code mode; 0 = nondrop; 1 = drop.
AM_TIMECODE_FLAG_CFColor frame flag.
AM_TIMECODE_FLAG_FIELDField flag.
AM_TIMECODE_FLAG_DFDrop frame flag (from flags in actual timecode on external media).
AM_TIMECODE_COLORFRAMESpecifies frame in color sequence.
AM_TIMECODE_COLORSEQUENCEDuration in frames of complete sequence.
AM_TIMECODE_FILMSEQUENCE_TYPEOne of FILM_SEQUENCE_XXX defines.

Remarks

The upper 16 bits in dwFlags are reserved for future use—set to zero.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.