Package com.banuba.sdk.input
Interface IInput
-
- All Superinterfaces:
IAttachable
- All Known Implementing Classes:
CameraInput
,PhotoInput
,StreamInput
,VideoInput
public interface IInput extends IAttachable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.banuba.sdk.effect_player.FrameProcessor
frameProcessor()
Get last available framelong
getFrameTimeNanos()
Get timestamp of the current frame.-
Methods inherited from interface com.banuba.sdk.input.IAttachable
attach, detach
-
-