fps property

  1. @JsonKey(name: 'fps')
int? fps
final

The frame rate of the video streams being published. The value range is 1,30. The default value is 1.

Implementation

@JsonKey(name: 'fps')
final int? fps;