bitRate property

  1. @JsonKey(name: 'bit_rate')
int? get bitRate
inherited

Implementation

String? get format; int? get width; int? get height;@JsonKey(name: 'video_codec') String? get videoCodec;@JsonKey(name: 'audio_codec') String? get audioCodec;@JsonKey(name: 'bit_rate') int? get bitRate;