videoInputStreams property

  1. @JsonKey.new(name: 'videoInputStreams')
List<TranscodingVideoStream>? videoInputStreams
final

参与本地合图的视频流。详见 TranscodingVideoStream 。

Implementation

@JsonKey(name: 'videoInputStreams')
final List<TranscodingVideoStream>? videoInputStreams;