Enum Class OEPImageFormat

java.lang.Object
java.lang.Enum<OEPImageFormat>
com.banuba.sdk.offscreen.OEPImageFormat
All Implemented Interfaces:
Serializable, Comparable<OEPImageFormat>, Constable

@Deprecated public enum OEPImageFormat extends Enum<OEPImageFormat>
Deprecated.
The com.banuba.sdk.offscreen package is deprecated. Use PlayerAPI instead.
  • Enum Constant Details

    • RGBA

      public static final OEPImageFormat RGBA
      Deprecated.
    • I420_BT601_FULL

      public static final OEPImageFormat I420_BT601_FULL
      Deprecated.
    • I420_BT601_VIDEO

      public static final OEPImageFormat I420_BT601_VIDEO
      Deprecated.
    • I420_BT709_FULL

      public static final OEPImageFormat I420_BT709_FULL
      Deprecated.
    • I420_BT709_VIDEO

      public static final OEPImageFormat I420_BT709_VIDEO
      Deprecated.
  • Method Details

    • values

      public static OEPImageFormat[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OEPImageFormat valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isRGBA

      public boolean isRGBA()
      Deprecated.
    • isI420

      public boolean isI420()
      Deprecated.
    • getPlanesCount

      public int getPlanesCount()
      Deprecated.
    • getPixelStrides

      @NonNull public int[] getPixelStrides()
      Deprecated.
    • makeFromFullImageData

      @NonNull public static OEPImageFormat makeFromFullImageData(@NonNull com.banuba.sdk.types.FullImageData fullImageData)
      Deprecated.
    • makeFromImageFormat

      public static OEPImageFormat makeFromImageFormat(@NonNull Integer format)
      Deprecated.