Enum Class PbUtilsCapsDescriptionFlags
java.lang.Object
java.lang.Enum<PbUtilsCapsDescriptionFlags>
org.freedesktop.gstreamer.pbutils.PbUtilsCapsDescriptionFlags
- All Implemented Interfaces:
Enumeration
,Serializable
,Comparable<PbUtilsCapsDescriptionFlags>
,Constable
@Generated("io.github.jwharm.JavaGI")
public enum PbUtilsCapsDescriptionFlags
extends Enum<PbUtilsCapsDescriptionFlags>
implements Enumeration
Flags that are returned by gst_pb_utils_get_caps_description_flags() and
describe the format of the caps.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCaps describe an audio format, or a container format that can store audio.Caps describe a container format.Container format can store any kind of stream type.Caps describe an image format, or a container format that can store image.Caps describe a metadata format, or a container format that can store metadata.Caps describe an subtitle format, or a container format that can store subtitles.Container format is a tags container.Caps describe an video format, or a container format that can store video. -
Method Summary
Modifier and TypeMethodDescriptionstatic Type
getType()
Get the GType of the PbUtilsCapsDescriptionFlags classint
getValue()
Get the numeric value of this enumstatic PbUtilsCapsDescriptionFlags
of
(int value) Create a new PbUtilsCapsDescriptionFlags for the provided valuestatic PbUtilsCapsDescriptionFlags
Returns the enum constant of this class with the specified name.static PbUtilsCapsDescriptionFlags[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONTAINER
Caps describe a container format. -
AUDIO
Caps describe an audio format, or a container format that can store audio. -
VIDEO
Caps describe an video format, or a container format that can store video. -
IMAGE
Caps describe an image format, or a container format that can store image. -
SUBTITLE
Caps describe an subtitle format, or a container format that can store subtitles. -
TAG
Container format is a tags container. -
GENERIC
Container format can store any kind of stream type. -
METADATA
Caps describe a metadata format, or a container format that can store metadata.
-
-
Method Details
-
values
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
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
-
of
Create a new PbUtilsCapsDescriptionFlags for the provided value- Parameters:
value
- the bitfield value- Returns:
- the bitfield for the provided value
-
getValue
public int getValue()Get the numeric value of this enum- Specified by:
getValue
in interfaceEnumeration
- Returns:
- the enum value
-
getType
Get the GType of the PbUtilsCapsDescriptionFlags class- Returns:
- the GType
-