Represents a track of subtitles. This interface is enumerated in the ILMSubtitleTrackList interface.
typedef enum
{
LMSubtitle_Track_Kind_Unknown,
LMSubtitle_Track_Kind_Text,
} LMSubtitle_Track_Kind;
Describes the possible kinds of tracks.
Name | Description |
---|---|
LMSubtitle_Track_Kind_Unknown | The track kind is unknown. |
LMSubtitle_Track_Kind_Text | The track kind is subtitle text. |
Type | Name | Description |
---|---|---|
BSTR | Label | A read-only property that contains the label of the track. |
BSTR | Language | A read-only property that contains the RFC 5646 language code for the track. MKV does not store subtags. |
LONG | ID | A read-only property that contains the track identifier (handle). |
Kind | A read-only property that indicates the kind of track. | |
VARIANT_BOOL | Selected | A read-only property that indicates whether the track is selected for output. A value of VARIANT_TRUE indicates the track is selected; otherwise, the value is VARIANT_FALSE. |
BSTR | LanguageName | A read-only property that contains the language name of the track. It is a friendly name (for example, English). |
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