MediaSelectionGroupAtom: Omit<AudioSelectionGroupAtom | VideoSelectionGroupAtom, "tracks"> & {
    tracks: ArrayAtom<AudioTrackAtom | VideoTrackAtom>;
}

Type declaration

Generated using TypeDoc