- 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 ConstantDescriptionRepresentingQVideoFrameFormat::
Format_ABGR8888 RepresentingQVideoFrameFormat::
Format_ARGB8888 RepresentingQVideoFrameFormat::
Format_ARGB8888_Premultiplied RepresentingQVideoFrameFormat::
Format_AYUV RepresentingQVideoFrameFormat::
Format_AYUV_Premultiplied RepresentingQVideoFrameFormat::
Format_BGRA8888 RepresentingQVideoFrameFormat::
Format_BGRA8888_Premultiplied RepresentingQVideoFrameFormat::
Format_BGRX8888 RepresentingQVideoFrameFormat::
Format_IMC1 RepresentingQVideoFrameFormat::
Format_IMC2 RepresentingQVideoFrameFormat::
Format_IMC3 RepresentingQVideoFrameFormat::
Format_IMC4 RepresentingQVideoFrameFormat::
Format_Invalid RepresentingQVideoFrameFormat::
Format_Jpeg RepresentingQVideoFrameFormat::
Format_NV12 RepresentingQVideoFrameFormat::
Format_NV21 RepresentingQVideoFrameFormat::
Format_P010 RepresentingQVideoFrameFormat::
Format_P016 RepresentingQVideoFrameFormat::
Format_RGBA8888 RepresentingQVideoFrameFormat::
Format_RGBX8888 RepresentingQVideoFrameFormat::
Format_SamplerExternalOES RepresentingQVideoFrameFormat::
Format_SamplerRect RepresentingQVideoFrameFormat::
Format_UYVY RepresentingQVideoFrameFormat::
Format_XBGR8888 RepresentingQVideoFrameFormat::
Format_XRGB8888 RepresentingQVideoFrameFormat::
Format_Y16 RepresentingQVideoFrameFormat::
Format_Y8 RepresentingQVideoFrameFormat::
Format_YUV420P RepresentingQVideoFrameFormat::
Format_YUV420P10 RepresentingQVideoFrameFormat::
Format_YUV422P RepresentingQVideoFrameFormat::
Format_YUYV RepresentingQVideoFrameFormat::
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.QtAbstractEnumerator
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
-