videoGop property

  1. @JsonKey(includeIfNull: false)
int? videoGop
getter/setter pair

The GOP (in frames) of injecting the external video stream. The default value is 30 frames.

Implementation

@JsonKey(includeIfNull: false)
int? videoGop;