backgroundImageCount property
直播视频上的背景图的数量。水印和背景图的总数量需大于等于 0 且小于等于 10。该参数与 backgroundImage 搭配使用。
Implementation
@JsonKey(name: 'backgroundImageCount')
final int? backgroundImageCount;
直播视频上的背景图的数量。水印和背景图的总数量需大于等于 0 且小于等于 10。该参数与 backgroundImage 搭配使用。
@JsonKey(name: 'backgroundImageCount')
final int? backgroundImageCount;