targetBitrate property

  1. @TagNumber.new(6)
int get targetBitrate

the target bitrate for the track, only for published tracks

Implementation

@$pb.TagNumber(6)
$core.int get targetBitrate => $_getIZ(5);
  1. @TagNumber.new(6)
set targetBitrate (int value)

Implementation

@$pb.TagNumber(6)
set targetBitrate($core.int value) => $_setSignedInt32(5, value);