targetBitrate property
the target bitrate for the track, only for published tracks
Implementation
@$pb.TagNumber(6)
$core.int get targetBitrate => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set targetBitrate($core.int value) => $_setSignedInt32(5, value);