bitrateInKbps property

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

媒体资源播放时的视频码率(Kbps)。

Implementation

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