PublicStreamingVideoConfig class
Video parameters for public streams.
Properties
- fps ↔ int
- 
  Required. Frame rate in fps within a range of [1, 60].getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height ↔ int
- 
  Required. Width in px within a range of [16, 1280]. It defaults to 640px and must be even.getter/setter pair
- kBitrate ↔ int
- 
  Required. Bitrate in bps within a range of [1,10000000].getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- width ↔ int
- 
  Required. Width in px within a range of [16, 1920]. It defaults to 360px and must be even.getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited