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