| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.event |
| Modifier and Type | Method and Description |
|---|---|
Event |
PadProbeInfo.getEvent()
Get the Event from the probe, or null.
|
| Modifier and Type | Method and Description |
|---|---|
PadProbeReturn |
Pad.EVENT_PROBE.eventReceived(Pad pad,
Event event) |
boolean |
Pad.pushEvent(Event event)
Sends the event to the peer of this pad.
|
boolean |
Pad.sendEvent(Event event)
Sends the event to this pad.
|
boolean |
Element.sendEvent(Event ev)
Sends an event to an element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferSizeEvent
A buffersize event.
|
class |
CapsEvent
A CAPS event for
Caps. |
class |
EOSEvent
End-Of-Stream event.
|
class |
FlushStartEvent
Start a flush operation.
|
class |
FlushStopEvent
Stop a flush operation.
|
class |
LatencyEvent
Notification of new latency adjustment.
|
class |
NavigationEvent
Navigation events are usually used for communicating user requests, such as
mouse or keyboard movements, to upstream elements.
|
class |
QOSEvent
A quality message.
|
class |
ReconfigureEvent
A reconfigure event.
|
class |
SeekEvent
A request for a new playback position and rate.
|
class |
SegmentEvent
An event for
Segment |
class |
StepEvent
StepEvent.
|
class |
StreamStartEvent
Stream Start event.
|
class |
TagEvent
A metadata tag event.
|
Copyright © 2021 gstreamer-java. All rights reserved.