download
raw
847 Bytes
import * as React from 'react';
import * as THREE from 'three';
import { VideoTextureProps } from '../core/VideoTexture';
export type ScreenVideoTextureProps = Omit<VideoTextureProps, 'src'> & {
options?: DisplayMediaStreamOptions;
};
export declare const ScreenVideoTexture: React.ForwardRefExoticComponent<Omit<{
children?: (texture: THREE.VideoTexture) => React.ReactNode;
src: string | MediaProvider | null;
} & {
unsuspend?: keyof HTMLVideoElementEventMap;
start?: boolean;
hls?: Parameters<(userConfig?: Partial<import("hls.js").HlsConfig> | undefined) => Promise<import("hls.js").default | null>>[0];
onVideoFrame?: VideoFrameRequestCallback;
} & Partial<Omit<HTMLVideoElement, "children" | "src" | "srcObject">>, "src"> & {
options?: DisplayMediaStreamOptions;
} & React.RefAttributes<THREE.VideoTexture>>;

Xet Storage Details

Size:
847 Bytes
·
Xet hash:
30e7fa4242f3a07c1586ea1c14bba6704411f1bb32f5977ea0e710ea19996897

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.