Amazon IVS Player
    Preparing search index...

    Interface TextMetadataCue

    Contains text timed metadata from the stream.

    interface TextMetadataCue {
        description: string;
        endTime: number;
        owner: string;
        startTime: number;
        text: string;
        type: "TextMetadataCue";
    }

    Hierarchy (View Summary)

    • Cue
      • TextMetadataCue
    Index

    Properties

    description: string

    The description for the cue.

    endTime: number

    The time when the cue should be cleared.

    owner: string

    The source of the cue, either RTMP inband or HTTP out of band.

    startTime: number

    The time when the cue should be displayed.

    text: string

    The text information for the cue.

    type: "TextMetadataCue"