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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFrame(IOutput output, FramePixelBuffer frame)
Method for getting processed frame
-
-
-
Method Detail
-
onFrame
void onFrame(IOutput output, FramePixelBuffer frame)
Method for getting processed frame- Parameters:
output
- the FrameOutput which spawned the current frameframe
- pixels wrapper- See Also:
FramePixelBuffer
-
-