videoGop property

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

GOP (Group of Pictures) in fps of the video frames for Media Push. The default value is 30.

Implementation

@JsonKey(includeIfNull: false)
int? videoGop;