public class TagEvent extends Event
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstEvent.html#gst-event-new-tag
The scope of the taglist specifies if the taglist applies to the complete medium or only to this specific stream. As the tag event is a sticky event, elements should merge tags received from upstream with a given scope with their own tags with the same scope and create a new tag event from it.
Event.TypesMiniObject.HandleNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
TagEvent(TagList taglist)
Creates a new TagEvent.
|
| Modifier and Type | Method and Description |
|---|---|
TagList |
getTagList()
Gets the
TagList stored in this event. |
getStructurecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic TagEvent(TagList taglist)
Note: This constructor takes ownership of the TagList. Attempts to access the TagList after passing it to this constructor will throw an exception.
taglist - the taglist to transmit with the event.Copyright © 2021 gstreamer-java. All rights reserved.