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 SummaryModifier and TypeMethodDescriptionvoidonFrame(IOutput output, FramePixelBuffer frame) Method for getting processed frame
- 
Method Details- 
onFrameMethod for getting processed frame- Parameters:
- output- the FrameOutput which spawned the current frame
- frame- pixels wrapper
- See Also:
 
 
-