Package com.banuba.sdk.offscreen
Class YUVConverterMod
java.lang.Object
com.banuba.sdk.offscreen.YUVConverterMod
Deprecated.
The com.banuba.sdk.offscreen package is deprecated. Use PlayerAPI instead.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Deprecated.void
convert
(int inputTextureId, ByteBuffer output, float[] textureMatrix, int converterMode, OEPImageFormat outputFormat) Deprecated.int
Deprecated.int
getWidth()
Deprecated.
-
Field Details
-
CONV_MODE_STEP_X
public static final int CONV_MODE_STEP_XDeprecated.- See Also:
-
CONV_MODE_STEP_NEG_X
public static final int CONV_MODE_STEP_NEG_XDeprecated.- See Also:
-
CONV_MODE_STEP_Y
public static final int CONV_MODE_STEP_YDeprecated.- See Also:
-
CONV_MODE_STEP_NEG_Y
public static final int CONV_MODE_STEP_NEG_YDeprecated.- See Also:
-
-
Constructor Details
-
YUVConverterMod
public YUVConverterMod(int frameW, int frameH) Deprecated.
-
-
Method Details
-
convert
public void convert(int inputTextureId, @NonNull ByteBuffer output, @NonNull float[] textureMatrix, int converterMode, @NonNull OEPImageFormat outputFormat) Deprecated. -
getWidth
public int getWidth()Deprecated. -
getHeight
public int getHeight()Deprecated. -
clear
public void clear()Deprecated.
-