videoGop property

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

Gop of the video frames in the CDN live stream. The default value is 30 fps.

Implementation

@JsonKey(includeIfNull: false)
int? videoGop;