public class FlushStopEvent extends Event
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstEvent.html#gst-event-new-flush-stop
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.
Event.TypesMiniObject.HandleNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
FlushStopEvent()
Creates a new flush stop event.
|
getStructurecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringCopyright © 2021 gstreamer-java. All rights reserved.