- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QVideoFrame.PixelFormat>
,Constable
- Enclosing class:
QVideoFrame
Java wrapper for Qt enum QVideoFrame::PixelFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQVideoFrame::
Format_ABGR32 RepresentingQVideoFrame::
Format_AdobeDng RepresentingQVideoFrame::
Format_ARGB32 RepresentingQVideoFrame::
Format_ARGB32_Premultiplied RepresentingQVideoFrame::
Format_ARGB8565_Premultiplied RepresentingQVideoFrame::
Format_AYUV444 RepresentingQVideoFrame::
Format_AYUV444_Premultiplied RepresentingQVideoFrame::
Format_BGR24 RepresentingQVideoFrame::
Format_BGR32 RepresentingQVideoFrame::
Format_BGR555 RepresentingQVideoFrame::
Format_BGR565 RepresentingQVideoFrame::
Format_BGRA32 RepresentingQVideoFrame::
Format_BGRA32_Premultiplied RepresentingQVideoFrame::
Format_BGRA5658_Premultiplied RepresentingQVideoFrame::
Format_CameraRaw RepresentingQVideoFrame::
Format_IMC1 RepresentingQVideoFrame::
Format_IMC2 RepresentingQVideoFrame::
Format_IMC3 RepresentingQVideoFrame::
Format_IMC4 RepresentingQVideoFrame::
Format_Invalid RepresentingQVideoFrame::
Format_Jpeg RepresentingQVideoFrame::
Format_NV12 RepresentingQVideoFrame::
Format_NV21 RepresentingQVideoFrame::
Format_RGB24 RepresentingQVideoFrame::
Format_RGB32 RepresentingQVideoFrame::
Format_RGB555 RepresentingQVideoFrame::
Format_RGB565 RepresentingQVideoFrame::
Format_User RepresentingQVideoFrame::
Format_UYVY RepresentingQVideoFrame::
Format_Y16 RepresentingQVideoFrame::
Format_Y8 RepresentingQVideoFrame::
Format_YUV420P RepresentingQVideoFrame::
Format_YUV422P RepresentingQVideoFrame::
Format_YUV444 RepresentingQVideoFrame::
Format_YUYV RepresentingQVideoFrame::
Format_YV12 RepresentingQVideoFrame::
NPixelFormats -
Method Summary
Modifier and TypeMethodDescriptionstatic QVideoFrame.PixelFormat
resolve
(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.static QVideoFrame.PixelFormat
Returns the enum constant of this type with the specified name.static QVideoFrame.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
QVideoFrame::
Format_Invalid -
Format_ARGB32
Representing
QVideoFrame::
Format_ARGB32 -
Format_ARGB32_Premultiplied
Representing
QVideoFrame::
Format_ARGB32_Premultiplied -
Format_RGB32
Representing
QVideoFrame::
Format_RGB32 -
Format_RGB24
Representing
QVideoFrame::
Format_RGB24 -
Format_RGB565
Representing
QVideoFrame::
Format_RGB565 -
Format_RGB555
Representing
QVideoFrame::
Format_RGB555 -
Format_ARGB8565_Premultiplied
Representing
QVideoFrame::
Format_ARGB8565_Premultiplied -
Format_BGRA32
Representing
QVideoFrame::
Format_BGRA32 -
Format_BGRA32_Premultiplied
Representing
QVideoFrame::
Format_BGRA32_Premultiplied -
Format_BGR32
Representing
QVideoFrame::
Format_BGR32 -
Format_BGR24
Representing
QVideoFrame::
Format_BGR24 -
Format_BGR565
Representing
QVideoFrame::
Format_BGR565 -
Format_BGR555
Representing
QVideoFrame::
Format_BGR555 -
Format_BGRA5658_Premultiplied
Representing
QVideoFrame::
Format_BGRA5658_Premultiplied -
Format_AYUV444
Representing
QVideoFrame::
Format_AYUV444 -
Format_AYUV444_Premultiplied
Representing
QVideoFrame::
Format_AYUV444_Premultiplied -
Format_YUV444
Representing
QVideoFrame::
Format_YUV444 -
Format_YUV420P
Representing
QVideoFrame::
Format_YUV420P -
Format_YV12
Representing
QVideoFrame::
Format_YV12 -
Format_UYVY
Representing
QVideoFrame::
Format_UYVY -
Format_YUYV
Representing
QVideoFrame::
Format_YUYV -
Format_NV12
Representing
QVideoFrame::
Format_NV12 -
Format_NV21
Representing
QVideoFrame::
Format_NV21 -
Format_IMC1
Representing
QVideoFrame::
Format_IMC1 -
Format_IMC2
Representing
QVideoFrame::
Format_IMC2 -
Format_IMC3
Representing
QVideoFrame::
Format_IMC3 -
Format_IMC4
Representing
QVideoFrame::
Format_IMC4 -
Format_Y8
Representing
QVideoFrame::
Format_Y8 -
Format_Y16
Representing
QVideoFrame::
Format_Y16 -
Format_Jpeg
Representing
QVideoFrame::
Format_Jpeg -
Format_CameraRaw
Representing
QVideoFrame::
Format_CameraRaw -
Format_AdobeDng
Representing
QVideoFrame::
Format_AdobeDng -
Format_ABGR32
Representing
QVideoFrame::
Format_ABGR32 -
Format_YUV422P
Representing
QVideoFrame::
Format_YUV422P -
NPixelFormats
Representing
QVideoFrame::
NPixelFormats -
Format_User
Representing
QVideoFrame::
Format_User
-
-
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
-