SourceState: {
    activeMediaTypes: MediaTypeMapAtom;
    activeSelectionGroups: ActiveSelectionGroupsAtom;
    activeTracks: ActiveTracksAtom;
    config: {
        buffer: BufferConfigAtom;
        playback: PlaybackConfigAtom;
        startup: StartupOptionsAtom;
    };
    container: PrimitiveAtom<HTMLElement | undefined>;
    dataRanges: DataRangesAtom;
    loadControl: PrimitiveAtom<LoadControl>;
    logLevel: PrimitiveAtom<LogLevel>;
    playback: PlaybackAtom;
    sourceConfig: SourceConfigAtom;
    stream: StreamAtom;
    url: string;
    video: VideoElementAtom;
}

Type declaration

Generated using TypeDoc