audioBitrate property

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

Bitrate (Kbps) of the CDN live audio output stream. The default value is 48 and the highest value is 128.

Implementation

@JsonKey(includeIfNull: false)
int? audioBitrate;