| Modifier and Type | Class and Description |
|---|---|
static class |
Bin.DebugGraphDetails
Available details for pipeline graphs produced by
#debugToDotFile(int, java.lang.String, boolean) |
class |
BufferFlags
A set of buffer flags used to describe properties of a
Buffer. |
class |
BusSyncReply
The result values for a GstBusSyncHandler.
|
class |
FlowReturn
The result of passing data to a pad.
|
class |
Format
Standard predefined formats.
|
class |
MiniObjectFlags
Flags for
MiniObject |
class |
PadDirection
The direction of a
Pad. |
class |
PadLinkReturn
Result values from
Pad.link(Pad) and friends. |
class |
PadProbeType
The different probing types that can occur.
|
static class |
PluginFeature.Rank
Element priority ranks.
|
class |
SDPResult
Return values for SDP functions
|
class |
State
The possible states an element can be in.
|
class |
StateChangeReturn
The possible return values from a state change function.
|
class |
TagFlag
Extra tag flags used when registering tags.
|
class |
TagMergeMode
The different tag merging modes are basically replace, overwrite and append,
but they can be seen from two directions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolationMode
The various interpolation modes available for use with
InterpolationControlSource. |
class |
LFOWaveform
The various waveform modes available for use with
LFOControlSource |
| Modifier and Type | Class and Description |
|---|---|
static class |
AppSrc.StreamType
The stream type.
|
static class |
DecodeBin.AutoplugSelectResult |
class |
PlayFlags
Extra flags to configure the behaviour of the
PlayBin sinks. |
static class |
URIDecodeBin.AutoplugSelectResult |
| Modifier and Type | Class and Description |
|---|---|
class |
EventType
The standard event types that can be sent in a pipeline.
|
class |
QOSType
The different types of QoS events that can be given to the
gst_event_new_qos() method.
|
class |
SeekFlags
Flags to be used with
seek or
SeekEvent |
class |
SeekType
The different types of seek events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeFlags<T extends Enum<T>>
Interface for enums that represent native bit flags.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T> & NativeEnum<T>> |
NativeEnum.fromInt(Class<T> type,
int intValue)
Convert a native int value to the specified NativeEnum type.
|
static <T extends Enum<T> & NativeEnum<T>> |
NativeEnum.fromInt(Class<T> type,
T defValue,
int intValue)
Convert a native int value to the specified NativeEnum type, allowing for
a default value (or null) to be returned instead of throwing an exception
on invalid values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageType
The different message types that are available.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryType
Standard predefined Query types
|
| Modifier and Type | Class and Description |
|---|---|
class |
VideoTimeCodeFlags
Flags related to the time code information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebRTCICEGatheringState
The ICE gathering state of WebRTC peer
Available since GStreamer 1.14
|
class |
WebRTCPeerConnectionState
The state of a WebRTC peer connection
Available since GStreamer 1.14
|
class |
WebRTCSDPType
The type of a
WebRTCSessionDescription |
Copyright © 2021 gstreamer-java. All rights reserved.