|
||||||||||
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.Message
org.gstreamer.message.TagMessage
public class TagMessage
This message is posted by elements that have discovered new tags.
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.Message |
---|
messageStruct |
Fields inherited from class org.gstreamer.lowlevel.NativeObject |
---|
defaultInit, LIFECYCLE, ownsHandle |
Constructor Summary | |
---|---|
TagMessage(GstObject src,
TagList tagList)
Creates a new Buffering message. |
|
TagMessage(org.gstreamer.lowlevel.NativeObject.Initializer init)
Creates a new Buffering message. |
Method Summary | |
---|---|
TagList |
getTagList()
Gets the list of tags contained in this message. |
Methods inherited from class org.gstreamer.Message |
---|
copy, getSource, getStructure, getType, makeWritable |
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 TagMessage(org.gstreamer.lowlevel.NativeObject.Initializer init)
init
- internal initialization data.public TagMessage(GstObject src, TagList tagList)
src
- The object originating the message.tagList
- the tag list for this message.
Note: the message takes ownership of the taglist, so do not use it again after adding it to this message.
Method Detail |
---|
public TagList getTagList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |