videoState property

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

Status of the sub-video stream on the video mixing canvas. 0: Normal. The sub-video stream has been rendered onto the mixing canvas. 1: Placeholder image. The sub-video stream has no video frames and is displayed as a placeholder on the mixing canvas. 2: Black image. The sub-video stream is replaced by a black image.

Implementation

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