destCount property

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

The number of target channels. The default value is 0, and the value range is from 0 to 6. Ensure that the value of this parameter corresponds to the number of ChannelMediaInfo structs you define in destInfo.

Implementation

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