public class EOSMessage extends Message
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstMessage.html#gst-message-new-eos
This message is generated and posted in the sink elements of a Bin.
The bin will only forward the EOS message to the application if all sinks
have posted an EOS message.
Message.TypesNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
EOSMessage(GstObject src)
Creates a new eos message.
|
getSource, getStructure, getTypecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic EOSMessage(GstObject src)
src - The object originating the message.Copyright © 2021 gstreamer-java. All rights reserved.