Interface VideoEncoderSupport

    interface VideoEncoderSupport {
        config?: VideoEncoderConfig;
        supported?: boolean;
    }

    Properties

    Properties

    supported?: boolean