Package com.banuba.sdk.offscreen
Enum Class OEPImageFormat
- All Implemented Interfaces:
Serializable
,Comparable<OEPImageFormat>
,Constable
Deprecated.
The com.banuba.sdk.offscreen package is deprecated. Use PlayerAPI instead.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint[]
Deprecated.int
Deprecated.boolean
isI420()
Deprecated.boolean
isRGBA()
Deprecated.static OEPImageFormat
makeFromFullImageData
(com.banuba.sdk.types.FullImageData fullImageData) Deprecated.static OEPImageFormat
makeFromImageFormat
(Integer format) Deprecated.static OEPImageFormat
Deprecated.Returns the enum constant of this class with the specified name.static OEPImageFormat[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RGBA
Deprecated. -
I420_BT601_FULL
Deprecated. -
I420_BT601_VIDEO
Deprecated. -
I420_BT709_FULL
Deprecated. -
I420_BT709_VIDEO
Deprecated.
-
-
Method Details
-
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
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 nameNullPointerException
- 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
Deprecated.
-