Data associated with track changes (audio or subtitle tracks).

interface RNTrackChangedData {
    language: string;
    name: string;
}

Properties

Properties

language: string

Language code of the track (ISO 639-2 format).

name: string

Display name of the track.