audioBitrate property

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

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

Implementation

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