Interface EncodedVideoChunkMetadata

    interface EncodedVideoChunkMetadata {
        decoderConfig?: VideoDecoderConfig;
    }

    Properties

    Properties

    decoderConfig?: VideoDecoderConfig