Resolution: {
    height: number;
    width: number;
}

The maximum resolution for a video track.

Type declaration

  • height: number

    The height of the resolution.

  • width: number

    The width of the resolution.

Generated using TypeDoc