frameRate property

String? frameRate
getter/setter pair

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

  • "30fps"
  • "60fps"
  • "variable"

Implementation

core.String? frameRate;