zOrder property

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

The number of the layer to which the video for the local video mixing belongs. The value range is 0, 100. 0: (Default) The layer is at the bottom. 100: The layer is at the top.

Implementation

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