Amazon IVS Player
    Preparing search index...

    Interface IVSTextTrackBeta

    Note: This API is experimental and may change in a future release.

    Represents a text track (subtitle or caption) available in the loaded source.

    interface IVSTextTrack {
        id: string;
        label: string;
        languageTag: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for this text track.

    label: string

    Human-readable label for this text track.

    languageTag: string

    BCP 47 language tag for this text track.