Interface CodecCapabilities

interface CodecCapabilities {
    mse: boolean;
    native: boolean;
    transmuxer: boolean;
}

Properties

Properties

mse: boolean
native: boolean
transmuxer: boolean