A class for subtitle profile information.

SubtitleProfile

interface SubtitleProfile {
    Container?: null | string;
    DidlMode?: null | string;
    Format?: null | string;
    Language?: null | string;
    Method?: SubtitleDeliveryMethod;
}

Properties

Container?: null | string

Gets or sets the container.

SubtitleProfile

DidlMode?: null | string

Gets or sets the DIDL mode.

SubtitleProfile

Format?: null | string

Gets or sets the format.

SubtitleProfile

Language?: null | string

Gets or sets the language.

SubtitleProfile

SubtitleProfile