org.gstreamer.event
Class FlushStopEvent
java.lang.Object
org.gstreamer.lowlevel.NativeValue
org.gstreamer.lowlevel.Handle
org.gstreamer.lowlevel.NativeObject
org.gstreamer.lowlevel.RefCountedObject
org.gstreamer.MiniObject
org.gstreamer.Event
org.gstreamer.event.FlushStopEvent
public class FlushStopEvent
- extends Event
Stop a flush operation.
The flush stop event can be sent upstream and downstream and travels
out-of-bounds with the dataflow.
It is typically sent after sending a FlushStartEvent
event to make the
pads accept data again.
Elements can process this event synchronized with the dataflow since
the preceeding FLUSH_START event stopped the dataflow.
This event is typically generated to complete a seek and to resume
dataflow.
Methods inherited from class org.gstreamer.lowlevel.NativeObject |
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
FlushStopEvent
public FlushStopEvent(NativeObject.Initializer init)
- This constructor is for internal use only.
- Parameters:
init
- initialization data.
FlushStopEvent
public FlushStopEvent()
- Creates a new flush stop event.