backgroundImageCount property

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

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

Implementation

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