Chartbreaker
    Preparing search index...

    Interface GPUExternalTextureDescriptor

    interface GPUExternalTextureDescriptor {
        colorSpace?: PredefinedColorSpace;
        label?: string;
        source: HTMLVideoElement | VideoFrame;
    }

    Hierarchy (View Summary)

    Index

    Properties

    label?: string