| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.elements | |
| org.freedesktop.gstreamer.event | |
| org.freedesktop.gstreamer.message |
| Modifier and Type | Method and Description |
|---|---|
TagList |
TagList.merge(TagList list2,
TagMergeMode mode)
Merges this tag list and
list2 into a new list. |
| Modifier and Type | Method and Description |
|---|---|
TagList |
TagList.merge(TagList list2,
TagMergeMode mode)
Merges this tag list and
list2 into a new list. |
void |
Bus.TAG.tagsFound(GstObject source,
TagList tagList)
Called when a
Pipeline element finds media meta-data. |
| Modifier and Type | Method and Description |
|---|---|
TagList |
PlayBin.getAudioTags(int audioStreamIndex)
Retrieve the tags of a specific audio stream number.
|
TagList |
PlayBin.getTextTags(int textStreamIndex)
Retrieve the tags of a specific text stream number.
|
| Modifier and Type | Method and Description |
|---|---|
TagList |
TagEvent.getTagList()
Gets the
TagList stored in this event. |
| Constructor and Description |
|---|
TagEvent(TagList taglist)
Creates a new TagEvent.
|
| Modifier and Type | Method and Description |
|---|---|
TagList |
TagMessage.getTagList()
Gets the list of tags contained in this message.
|
| Constructor and Description |
|---|
TagMessage(GstObject src,
TagList tagList)
Creates a new Tag message.
|
Copyright © 2021 gstreamer-java. All rights reserved.