|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gstreamer.lowlevel.NativeValue
org.gstreamer.lowlevel.Handle
org.gstreamer.lowlevel.NativeObject
org.gstreamer.lowlevel.RefCountedObject
org.gstreamer.MiniObject
org.gstreamer.Event
org.gstreamer.event.TagEvent
public class TagEvent
A new set of metadata tags has been found in the stream.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gstreamer.lowlevel.NativeObject |
|---|
org.gstreamer.lowlevel.NativeObject.Initializer |
| Field Summary |
|---|
| Fields inherited from class org.gstreamer.lowlevel.NativeObject |
|---|
defaultInit, LIFECYCLE, ownsHandle |
| Constructor Summary | |
|---|---|
TagEvent(org.gstreamer.lowlevel.NativeObject.Initializer init)
This constructor is for internal use only. |
|
TagEvent(TagList taglist)
Creates a new TagEvent. |
|
| Method Summary | |
|---|---|
TagList |
getTagList()
Gets the TagList stored in this event. |
| Methods inherited from class org.gstreamer.Event |
|---|
getStructure |
| Methods inherited from class org.gstreamer.MiniObject |
|---|
disposeNativeHandle, isWritable, makeWritable, objectFor, ref, unref |
| Methods inherited from class org.gstreamer.lowlevel.NativeObject |
|---|
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagEvent(org.gstreamer.lowlevel.NativeObject.Initializer init)
init - initialization data.public 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.| Method Detail |
|---|
public TagList getTagList()
TagList stored in this event.
Note: The TagList is owned by the event, so it should only be accessed whilst holding a reference to this TagEvent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||