onMixedVideoFrame method

FutureOr<void> onMixedVideoFrame(
  1. String taskId,
  2. IVideoFrame videoFrame
)

@hidden for internal use only @detail callback @author liujingchao @brief Callback with video data after intelligent stream mixing @param taskId Task ID @param VideoFrame Video data frame, see IVideoFrame{@link #IVideoFrame} @note - The interval between callbacks is the same with that between video frames.

Implementation

FutureOr<void> onMixedVideoFrame(
    String taskId, IVideoFrame videoFrame) async {}