Package com.banuba.sdk.input
Interface VideoInput.IVideoFrameStatus
-
- Enclosing class:
- VideoInput
public static interface VideoInput.IVideoFrameStatus
Callback with video processing status
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(java.lang.Throwable throwable)
void
onFinish()
void
onFrame()
void
onStart()
-