Package com.banuba.sdk.player
package com.banuba.sdk.player
-
ClassDescriptionBuffer Allocator interface that can be used for memory reusing without new allocation.Class manages the lifecycle of the EffectPlayer and is responsible for drawing FrameData that comes from Input, then processing frame and sending it to Output (or Outputs).Rendering status callbackRendering modesAdd this to your view to pass touch event in BanubaSdk: `view.setOnTouchListener(new PlayerTouchListener());`A simple buffer allocator helps avoid unnecessary memory reallocations, thereby improving performance and reducing power consumption.Helps detect unclosed resources that can lead to memory leaks and instability