gopFrameCount property
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);
Implementation
@$pb.TagNumber(9)
set gopFrameCount($core.int v) { $_setSignedInt32(8, v); }