| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Field and Description |
|---|---|
static Set<PadProbeType> |
PadProbeType.ALL_BOTH
Probe upstream events and queries and downstream buffers, buffer lists,
events and queries.
|
static Set<PadProbeType> |
PadProbeType.BLOCK_DOWNSTREAM
Probe and block downstream data (buffers, buffer lists and events).
|
static Set<PadProbeType> |
PadProbeType.BLOCK_UPSTREAM
Probe and block upstream data (events).
|
static Set<PadProbeType> |
PadProbeType.BLOCKING
Probe and block at the next opportunity, at data flow or when idle.
|
static Set<PadProbeType> |
PadProbeType.DATA_BOTH
Probe upstream and downstream data (buffers, buffer lists and events).
|
static Set<PadProbeType> |
PadProbeType.DATA_DOWNSTREAM
Probe downstream data (buffers, buffer lists and events).
|
static Set<PadProbeType> |
PadProbeType.DATA_UPSTREAM
Probe upstream data (events).
|
static Set<PadProbeType> |
PadProbeType.EVENT_BOTH
Probe upstream and downstream events.
|
static Set<PadProbeType> |
PadProbeType.QUERY_BOTH
Probe upstream and downstream queries.
|
static Set<PadProbeType> |
PadProbeType.SCHEDULING
Probe push and pull.
|
| Modifier and Type | Method and Description |
|---|---|
static PadProbeType |
PadProbeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PadProbeType[] |
PadProbeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PadProbeType> |
PadProbeInfo.getType()
Get the set of flags for the current probe type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pad.addProbe(PadProbeType mask,
Pad.PROBE callback)
Be notified of different states of pads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pad.addProbe(Set<PadProbeType> mask,
Pad.PROBE callback)
Be notified of different states of pads.
|
Copyright © 2021 gstreamer-java. All rights reserved.