alpha property

  1. @JsonKey(name: 'alpha')
double? alpha
final

The transparency of the video for local video mixing. The value range is 0.0, 1.0. 0.0 indicates that the video is completely transparent, and 1.0 indicates that it is opaque.

Implementation

@JsonKey(name: 'alpha')
final double? alpha;