interface RenditionInfo {
    bandwidth: number;
    codecs: string;
    id: string;
    resolution: {
        height: number;
        width: number;
    };
}

Properties

bandwidth: number
codecs: string
id: string
resolution: {
    height: number;
    width: number;
}

Type declaration

  • height: number
  • width: number