Package com.banuba.sdk.offscreen
Class ImageDebugUtils
java.lang.Object
com.banuba.sdk.offscreen.ImageDebugUtils
Deprecated.
The com.banuba.sdk.offscreen package is deprecated. Use PlayerAPI instead.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
saveImageDetailed
(android.content.Context context, OEPImageFormat format, ByteBuffer buffer, int w, int h, int rowStride, String suffix, int frameNum, ImageOrientation orientation) Deprecated.static void
saveImageDetailed
(android.content.Context context, OEPImageFormat format, ByteBuffer buffer, int w, int h, int rowStride, String filename, Map<String, String> map) Deprecated.
-
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.
-