typedef enum LMMxfMuxMetaTrack_Type
{
LMMxfMuxMetaTrack_Type_Static = 0x00000000, /* Static meta track */
LMMxfMuxMetaTrack_Type_Timeline = 0x00000001, /* Timeline meta track */
LMMxfMuxMetaTrack_Type_Event = 0x00000002, /* 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. |
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. |
MetaSegments |
Gets a pointer to the meta segments collection object. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET