videoGop property

  1. @JsonKey(name: 'videoGop')
int? videoGop
final

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

Implementation

@JsonKey(name: 'videoGop')
final int? videoGop;