Package com.banuba.sdk.internal.encoding
Class MultipleRecordingListener
java.lang.Object
com.banuba.sdk.internal.encoding.MultipleRecordingListener
- All Implemented Interfaces:
RecordingListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRecordingListener
(RecordingListener listener) void
onEditedImageReady
(android.graphics.Bitmap image) void
onEditingModeFaceFound
(boolean faceFound) void
onFrame
(com.banuba.sdk.types.Data data, int width, int height) void
onHQPhotoProcessed
(android.graphics.Bitmap photo) void
onImageProcessed
(android.graphics.Bitmap proceededBitmap) void
onPhotoReady
(android.graphics.Bitmap photo) void
onRecordingCompleted
(RecordedVideoInfo videoInfo) void
onRecordingStatusChange
(boolean started) void
onTextureFrame
(int texture, int width, int height, long timestamp, float[] matrix) void
removeRecordingListener
(RecordingListener listener)
-
Constructor Details
-
MultipleRecordingListener
public MultipleRecordingListener()
-
-
Method Details
-
addRecordingListener
-
removeRecordingListener
-
onRecordingStatusChange
public void onRecordingStatusChange(boolean started) - Specified by:
onRecordingStatusChange
in interfaceRecordingListener
-
onRecordingCompleted
- Specified by:
onRecordingCompleted
in interfaceRecordingListener
-
onPhotoReady
public void onPhotoReady(@NonNull android.graphics.Bitmap photo) - Specified by:
onPhotoReady
in interfaceRecordingListener
-
onHQPhotoProcessed
public void onHQPhotoProcessed(@NonNull android.graphics.Bitmap photo) - Specified by:
onHQPhotoProcessed
in interfaceRecordingListener
-
onImageProcessed
public void onImageProcessed(@NonNull android.graphics.Bitmap proceededBitmap) - Specified by:
onImageProcessed
in interfaceRecordingListener
-
onEditedImageReady
public void onEditedImageReady(@NonNull android.graphics.Bitmap image) - Specified by:
onEditedImageReady
in interfaceRecordingListener
-
onEditingModeFaceFound
public void onEditingModeFaceFound(boolean faceFound) - Specified by:
onEditingModeFaceFound
in interfaceRecordingListener
-
onFrame
public void onFrame(@NonNull com.banuba.sdk.types.Data data, int width, int height) - Specified by:
onFrame
in interfaceRecordingListener
-
onTextureFrame
public void onTextureFrame(int texture, int width, int height, long timestamp, float[] matrix) - Specified by:
onTextureFrame
in interfaceRecordingListener
-