interface VideoResource {
    config_height: number;
    config_width: number;
    mime_type: string;
    profile: string;
    src: string;
}

Properties

config_height: number
config_width: number
mime_type: string
profile: string
src: string