watermarkCount property

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

The number of watermarks on the live video. The total number of watermarks and background images can range from 0 to 10. This parameter is used with watermark.

Implementation

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