interface ICodecCapabilities {
    mse: boolean;
    native: boolean;
}

Properties

Properties

mse: boolean
native: boolean