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

    Interface AudioAddedEvent

    Emitted when a new audio track is added to the player.

    interface AudioAddedEvent {
        audioTrack: AudioTrack;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    audioTrack: AudioTrack

    Audio track that has been added.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.