ResolvableSource: {
    id: string;
    isLive: boolean;
    preferredAudioTracks?: string[];
    preferredSubtitles?: string[];
    startAt?: Double;
    watchContext?: WatchContext;
}

Type declaration

  • id: string

    Identifier of the VOD or Live stream.

  • isLive: boolean

    Indicates whether the stream is VOD or Live.

  • Optional preferredAudioTracks?: string[]

    List of preferred audio track languages.

  • Optional preferredSubtitles?: string[]

    List of preferred text track languages.

  • Optional startAt?: Double

    Resume position for VODs.

  • Optional watchContext?: WatchContext

    Watch context if opening the content in a playlist, season, or watchlist.