|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.event |
Uses of Event in org.gstreamer |
---|
Methods in org.gstreamer with parameters of type Event | |
---|---|
void |
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. |
Uses of Event in org.gstreamer.elements |
---|
Methods in org.gstreamer.elements with parameters of type Event | |
---|---|
protected boolean |
CustomSrc.srcEvent(Event ev)
|
Uses of Event in org.gstreamer.event |
---|
Subclasses of Event in org.gstreamer.event | |
---|---|
class |
BufferSizeEvent
Notification of new latency adjustment. |
class |
EOSEvent
End-Of-Stream. |
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 |
NewSegmentEvent
The newsegment event marks the range of buffers to be processed. |
class |
QOSEvent
A quality message. |
class |
SeekEvent
A request for a new playback position and rate. |
class |
TagEvent
A new set of metadata tags has been found in the stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |