ILMMxfDmxMetaTrack Interface

Data types:

typedef enum LMMxfDmxMetaTrack_Type
{
   LMMxfDmxMetaTrack_Type_Static = 0x00000000,    /* Static meta track */
   LMMxfDmxMetaTrack_Type_Timeline = 0x00000001,  /* Timeline meta track */
   LMMxfDmxMetaTrack_Type_Event = 0x00000002,     /* Event meta track */
} LMMxfDmxMetaTrack_Type;

 

Interface Properties:

 

Type

Name

Description

long

Type

(Read-only) Gets the meta track type. Returned values are one of the LMMxfDmxMetaTrack_Type enumerations.

BSTR

Name

(Read-only) Gets the name of the meta track.

long

EditRateNum

(Read-only) Gets the numerator part of the meta track edit rate value.

long

EditRateDen

(Read-only) Gets the denominator part of the meta track edit rate value.

ILMMxfDmxMetaSegments *

MetaSegments

(Read-only) Gets a pointer to the meta segments collection object.