Interface VideoExtractor.IVideoFrameCallback

Enclosing class:
VideoExtractor

public static interface VideoExtractor.IVideoFrameCallback
Video frames callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    onFrame(com.banuba.sdk.types.FullImageData frame, long presentationTimeUs)
     
  • Method Details

    • onFrame

      void onFrame(@NonNull com.banuba.sdk.types.FullImageData frame, long presentationTimeUs)
    • onError

      void onError(@NonNull Throwable error)
    • onFinish

      void onFinish()