Interface RecordingListener

    • Method Detail

      • onRecordingStatusChange

        void onRecordingStatusChange​(boolean started)
      • onRecordingCompleted

        void onRecordingCompleted​(@NonNull
                                  RecordedVideoInfo videoInfo)
      • onPhotoReady

        void onPhotoReady​(@NonNull
                          android.graphics.Bitmap photo)
      • onHQPhotoProcessed

        void onHQPhotoProcessed​(@NonNull
                                android.graphics.Bitmap photo)
      • onImageProcessed

        void onImageProcessed​(@NonNull
                              android.graphics.Bitmap proceededBitmap)
      • onEditedImageReady

        void onEditedImageReady​(@NonNull
                                android.graphics.Bitmap image)
      • onEditingModeFaceFound

        void onEditingModeFaceFound​(boolean faceFound)
      • onFrame

        void onFrame​(@NonNull
                     com.banuba.sdk.types.Data data,
                     int width,
                     int height)
      • onTextureFrame

        void onTextureFrame​(int texture,
                            int width,
                            int height,
                            long timestamp,
                            float[] matrix)