Specifies the meta track type.
typedef enum LMMxfMuxMetaTrack_Type
{
LMMxfMuxMetaTrack_Type_Static = 0x00000000, /* Static meta track */
LMMxfMuxMetaTrack_Type_Timeline = ( LMMxfMuxMetaTrack_Type_Static + 1 ), /* Timeline meta track */
LMMxfMuxMetaTrack_Type_Event = ( LMMxfMuxMetaTrack_Type_Timeline + 1 ), /* Event meta track */
} LMMxfMuxMetaTrack_Type;
Type | Name | Description |
---|---|---|
LMMxfMuxMetaTrack_Type | Type | Gets or sets the meta track type. Use the LMMxfMuxMetaTrack_Type enumeration to set this property. |
BSTR | Name | Gets or sets the Name of the meta track. |
LONG | EditRateNum | Gets or sets the numerator part of the meta track edit rate value. |
LONG | EditRateDen | Gets or sets the denominator part of the meta track edit rate value. |
ILMMxfMuxMetaSegments ** | MetaSegments | 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