Package com.banuba.sdk.output
Interface FrameOutput.IFramePixelBufferProvider
- Enclosing class:
- FrameOutput
public static interface FrameOutput.IFramePixelBufferProvider
Interface for getting the processed frame as an array of pixels
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFrame(IOutput output, FramePixelBuffer frame) Method for getting processed frame
-
Method Details
-
onFrame
Method for getting processed frame- Parameters:
output- the FrameOutput which spawned the current frameframe- pixels wrapper- See Also:
-