ILMSubtitleTrack Interface

Represents a track of subtitles. This interface is enumerated in the ILMSubtitleTrackList interface.

LMSubtitle_Track_Kind

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.

Interface Properties

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).

LMSubtitle_Track_Kind

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 Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help