interface MediaEvent_TracksAdded_TrackIdToTrackEntry {
    key: string;
    value: MediaEvent_Track;
}

Properties

Properties

key: string