consumeYUV420Buffer$width$rotation$timestamp method

FutureOr<void> consumeYUV420Buffer$width$rotation$timestamp(
  1. dynamic ocFrame,
  2. NSInteger width,
  3. NSInteger rotation,
  4. long timestamp,
)

@brief 输出 yuv420 数据 @param ocFrame 数据 Buffer @param width 视频宽度 @param rotation 视频旋转角度 @param timestamp 时间戳

Implementation

FutureOr<void> consumeYUV420Buffer$width$rotation$timestamp(
    CVPixelBufferRef ocFrame,
    NSInteger width,
    NSInteger rotation,
    long timestamp) async {}