Interface UpdatePlayerTrackOptions

interface UpdatePlayerTrackOptions {
    encoded?: null | string;
    identifier?: string;
    userData?: unknown;
}

Properties

encoded?: null | string
identifier?: string
userData?: unknown