vbvFullnessBits property
Initial fullness of the Video Buffering Verifier (VBV) buffer in bits.
Must be greater than zero. The default is equal to 90% of
VideoStream.vbv_size_bits.
Implementation
@$pb.TagNumber(13)
$core.int get vbvFullnessBits => $_getIZ(12);
Implementation
@$pb.TagNumber(13)
set vbvFullnessBits($core.int v) { $_setSignedInt32(12, v); }