vbvFullnessBits property

  1. @TagNumber.new(13)
int get vbvFullnessBits

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);
  1. @TagNumber.new(13)
set vbvFullnessBits (int v)

Implementation

@$pb.TagNumber(13)
set vbvFullnessBits($core.int v) { $_setSignedInt32(12, v); }