ILMSubtitleTrack Interface

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

LMSubtitle_Track_Kind

Summary

Describes the possible kinds of tracks.

Syntax

typedef enum  
{ 
   LMSubtitle_Track_Kind_Unknown, 
   LMSubtitle_Track_Kind_Text, 
} LMSubtitle_Track_Kind; 
Enumeration Description
LMSubtitle_Track_Kind_Unknown The track kind is unknown.
LMSubtitle_Track_Kind_Text The track kind is subtitle text.

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

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.