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;
Type |
Name |
Description |
LMMxfDmxMetaTrack_Type |
Type |
(Read-only) Gets the meta track type. Returned values are one of the LMMxfDmxMetaTrack_Type enumerations. |
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. |
MetaSegments |
(Read-only) Gets a pointer to the meta segments collection object. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document