Member Junction
    Preparing search index...

    Informational event carrying a transcript cue and its index.

    interface MediaCueEvent {
        Cue: MediaTranscriptCue;
        Index: number;
    }
    Index

    Properties

    Properties

    The cue involved in the event.

    Index: number

    The cue's index within the Transcript array.