- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QVideoFrameFormat.PixelFormat>
,Constable
- Enclosing class:
QVideoFrameFormat
Java wrapper for Qt enum QVideoFrameFormat::PixelFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresenting QVideoFrameFormat::Format_ABGR8888Representing QVideoFrameFormat::Format_ARGB8888Representing QVideoFrameFormat::Format_ARGB8888_PremultipliedRepresenting QVideoFrameFormat::Format_AYUVRepresenting QVideoFrameFormat::Format_AYUV_PremultipliedRepresenting QVideoFrameFormat::Format_BGRA8888Representing QVideoFrameFormat::Format_BGRA8888_PremultipliedRepresenting QVideoFrameFormat::Format_BGRX8888Representing QVideoFrameFormat::Format_IMC1Representing QVideoFrameFormat::Format_IMC2Representing QVideoFrameFormat::Format_IMC3Representing QVideoFrameFormat::Format_IMC4Representing QVideoFrameFormat::Format_InvalidRepresenting QVideoFrameFormat::Format_JpegRepresenting QVideoFrameFormat::Format_NV12Representing QVideoFrameFormat::Format_NV21Representing QVideoFrameFormat::Format_P010Representing QVideoFrameFormat::Format_P016Representing QVideoFrameFormat::Format_RGBA8888Representing QVideoFrameFormat::Format_RGBX8888Representing QVideoFrameFormat::Format_SamplerExternalOESRepresenting QVideoFrameFormat::Format_SamplerRectRepresenting QVideoFrameFormat::Format_UYVYRepresenting QVideoFrameFormat::Format_XBGR8888Representing QVideoFrameFormat::Format_XRGB8888Representing QVideoFrameFormat::Format_Y16Representing QVideoFrameFormat::Format_Y8Representing QVideoFrameFormat::Format_YUV420PRepresenting QVideoFrameFormat::Format_YUV420P10Representing QVideoFrameFormat::Format_YUV422PRepresenting QVideoFrameFormat::Format_YUYVRepresenting QVideoFrameFormat::Format_YV12 -
Method Summary
Modifier and TypeMethodDescriptionresolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.Returns the enum constant of this type with the specified name.static QVideoFrameFormat.PixelFormat[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
Format_Invalid
Representing QVideoFrameFormat::Format_Invalid
-
Format_ARGB8888
Representing QVideoFrameFormat::Format_ARGB8888
-
Format_ARGB8888_Premultiplied
Representing QVideoFrameFormat::Format_ARGB8888_Premultiplied
-
Format_XRGB8888
Representing QVideoFrameFormat::Format_XRGB8888
-
Format_BGRA8888
Representing QVideoFrameFormat::Format_BGRA8888
-
Format_BGRA8888_Premultiplied
Representing QVideoFrameFormat::Format_BGRA8888_Premultiplied
-
Format_BGRX8888
Representing QVideoFrameFormat::Format_BGRX8888
-
Format_ABGR8888
Representing QVideoFrameFormat::Format_ABGR8888
-
Format_XBGR8888
Representing QVideoFrameFormat::Format_XBGR8888
-
Format_RGBA8888
Representing QVideoFrameFormat::Format_RGBA8888
-
Format_RGBX8888
Representing QVideoFrameFormat::Format_RGBX8888
-
Format_AYUV
Representing QVideoFrameFormat::Format_AYUV
-
Format_AYUV_Premultiplied
Representing QVideoFrameFormat::Format_AYUV_Premultiplied
-
Format_YUV420P
Representing QVideoFrameFormat::Format_YUV420P
-
Format_YUV422P
Representing QVideoFrameFormat::Format_YUV422P
-
Format_YV12
Representing QVideoFrameFormat::Format_YV12
-
Format_UYVY
Representing QVideoFrameFormat::Format_UYVY
-
Format_YUYV
Representing QVideoFrameFormat::Format_YUYV
-
Format_NV12
Representing QVideoFrameFormat::Format_NV12
-
Format_NV21
Representing QVideoFrameFormat::Format_NV21
-
Format_IMC1
Representing QVideoFrameFormat::Format_IMC1
-
Format_IMC2
Representing QVideoFrameFormat::Format_IMC2
-
Format_IMC3
Representing QVideoFrameFormat::Format_IMC3
-
Format_IMC4
Representing QVideoFrameFormat::Format_IMC4
-
Format_Y8
Representing QVideoFrameFormat::Format_Y8
-
Format_Y16
Representing QVideoFrameFormat::Format_Y16
-
Format_P010
Representing QVideoFrameFormat::Format_P010
-
Format_P016
Representing QVideoFrameFormat::Format_P016
-
Format_SamplerExternalOES
Representing QVideoFrameFormat::Format_SamplerExternalOES
-
Format_Jpeg
Representing QVideoFrameFormat::Format_Jpeg
-
Format_SamplerRect
Representing QVideoFrameFormat::Format_SamplerRect
-
Format_YUV420P10
Representing QVideoFrameFormat::Format_YUV420P10
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-