public class FlushStopEvent extends Event
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.
NativeObject.Initializer
defaultInit, LIFECYCLE, ownsHandle
Constructor and Description |
---|
FlushStopEvent()
Creates a new flush stop event.
|
FlushStopEvent(NativeObject.Initializer init)
This constructor is for internal use only.
|
getStructure
disposeNativeHandle, isWritable, makeWritable, ref, unref
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toString
public FlushStopEvent(NativeObject.Initializer init)
init
- initialization data.public FlushStopEvent()