Interface EncodedVideoChunkMetadata

    interface EncodedVideoChunkMetadata {
        decoderConfig?: VideoDecoderConfig;
        temporalLayerId?: number;
    }

    Properties

    decoderConfig?: VideoDecoderConfig
    temporalLayerId?: number