consumeRGBABuffer$width$rotation$timestamp method
FutureOr<void>
consumeRGBABuffer$width$rotation$timestamp(
- CVPixelBufferRef ocFrame,
- NSInteger width,
- NSInteger rotation,
- long timestamp,
@brief Output RGBA data @param ocFrame Data Buffer @param width Video width @param rotation Video rotation angle @param timestamp Timestamp
Implementation
FutureOr<void> consumeRGBABuffer$width$rotation$timestamp(
CVPixelBufferRef ocFrame,
NSInteger width,
NSInteger rotation,
long timestamp) async {}