ILMMxfDmxMetaTrack Interface

Data Types

LMMxfDmxMetaTrack_Type

Summary

Specifies the meta track type.

Syntax

typedef enum LMMxfDmxMetaTrack_Type 
{ 
   LMMxfDmxMetaTrack_Type_Static = 0x00000000,    /* Static meta track */ 
   LMMxfDmxMetaTrack_Type_Timeline = ( LMMxfDmxMetaTrack_Type_Static + 1 ),  /* Timeline meta track */ 
   LMMxfDmxMetaTrack_Type_Event = ( LMMxfDmxMetaTrack_Type_Timeline + 1 ),     /* Event meta track */ 
} LMMxfDmxMetaTrack_Type; 

Properties

Type Name Description
LMMxfDmxMetaTrack_Type 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.
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.