SourceState: {
    activeMediaTypes: MediaTypeMapAtom;
    activeSelectionGroups: ActiveSelectionGroupsAtom;
    activeTracks: ActiveTracksAtom;
    config: {
        buffer: BufferConfigAtom;
        startup: StartupOptionsAtom;
    };
    dataRanges: DataRangesAtom;
    isActive: boolean;
    logLevel: LogLevel;
    playback: PlaybackAtom;
    stream: StreamAtom;
    url: string;
    video: VideoElementAtom;
}

Type declaration

Generated using TypeDoc