Class ImageDebugUtils

java.lang.Object
com.banuba.sdk.offscreen.ImageDebugUtils

@Deprecated public final class ImageDebugUtils extends Object
Deprecated.
The com.banuba.sdk.offscreen package is deprecated. Use PlayerAPI instead.
  • Method Details

    • saveImageDetailed

      public static void saveImageDetailed(@NonNull android.content.Context context, @NonNull OEPImageFormat format, @NonNull ByteBuffer buffer, int w, int h, int rowStride, @NonNull String suffix, int frameNum, @Nullable ImageOrientation orientation)
      Deprecated.
    • saveImageDetailed

      public static void saveImageDetailed(@NonNull android.content.Context context, @NonNull OEPImageFormat format, @NonNull ByteBuffer buffer, int w, int h, int rowStride, @NonNull String filename, @Nullable Map<String,String> map)
      Deprecated.