videoGop property

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

Video GOP of the added stream to the broadcast. The default value is 30 frames.

Implementation

@JsonKey(includeIfNull: false)
int? videoGop;