gopFrameCount property

  1. @TagNumber.new(9)
int get gopFrameCount

Select the GOP size based on the specified frame count. Must be greater than zero.

Implementation

@$pb.TagNumber(9)
$core.int get gopFrameCount => $_getIZ(8);
  1. @TagNumber.new(9)
set gopFrameCount (int v)

Implementation

@$pb.TagNumber(9)
set gopFrameCount($core.int v) { $_setSignedInt32(8, v); }