audioBitrate property

  1. @JsonKey(includeIfNull: false)
int? audioBitrate
getter/setter pair

Bitrate (Kbps) of the audio output stream for Media Push. The default value is 48, and the highest value is 128.

Implementation

@JsonKey(includeIfNull: false)
int? audioBitrate;