menu
shengwang_rtc_engine package
documentation
agora_rtc_engine.dart
VideoEncoderConfiguration
frameRate property
frameRate property
dark_mode
light_mode
frameRate
property
@JsonKey.new(name: 'frameRate')
int
?
frameRate
final
视频编码的帧率(fps),默认值为 15。详见 FrameRate 。
Implementation
@JsonKey(name: 'frameRate') final int? frameRate;
shengwang_rtc_engine package
documentation
agora_rtc_engine
VideoEncoderConfiguration
frameRate property
VideoEncoderConfiguration class