Class YUVConverterMod

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

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

    • CONV_MODE_STEP_X

      public static final int CONV_MODE_STEP_X
      Deprecated.
      See Also:
    • CONV_MODE_STEP_NEG_X

      public static final int CONV_MODE_STEP_NEG_X
      Deprecated.
      See Also:
    • CONV_MODE_STEP_Y

      public static final int CONV_MODE_STEP_Y
      Deprecated.
      See Also:
    • CONV_MODE_STEP_NEG_Y

      public static final int CONV_MODE_STEP_NEG_Y
      Deprecated.
      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.