export declare class VideoCodec extends Object {
    static H264AVC: string;
    static VP8: string;
    static VP9: string;
    constructor();
}
