gopFrameCount property

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

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

Implementation

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

Implementation

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