public class EOSEvent extends Event
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstEvent.html#gst-event-new-eos
The eos event can only travel downstream synchronized with the buffer flow.
Elements that receive the EOS event on a pad can return
FlowReturn.EOS when data after the EOS event arrives.
The EOS event will travel down to the sink elements in the pipeline which
will then post the Bus.EOS message on the bus after they have
finished playing any buffered data.
When all sinks have posted an EOS message, an EOS message is forwarded to the application.
The EOS event itself will not cause any state transitions of the pipeline.
Event.TypesMiniObject.HandleNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
EOSEvent()
Creates a new EOS event.
|
getStructurecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringCopyright © 2021 gstreamer-java. All rights reserved.