Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface CueExitEvent

    Emitted when an active subtitle entry transitions into the inactive status.

    interface CueExitEvent {
        end: number;
        image?: string;
        name: string;
        start: number;
        text?: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: number

    The playback time in seconds when the subtitle should be hidden.

    image?: string

    Data URI for image data of this subtitle.

    name: string

    This event name as it is on the native side.

    start: number

    The playback time in seconds when the subtitle should be rendered.

    text?: string

    The textual content of this subtitle.

    timestamp: number

    The UNIX timestamp in which this event happened.