resolution property

String? resolution
getter/setter pair

The resolution of the inbound video data. Possible string values are:

  • "240p"
  • "360p"
  • "480p"
  • "720p"
  • "1080p"
  • "1440p"
  • "2160p"
  • "variable"

Implementation

core.String? resolution;