Interface IOggVideoCodecsCapabilities

interface IOggVideoCodecsCapabilities {
    theora: ICodecCapabilities;
    vp8: ICodecCapabilities;
    vp9: ICodecCapabilities;
}

Properties

Properties