|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
---|---|
org.gstreamer |
Uses of Tag in org.gstreamer |
---|
Methods in org.gstreamer that return Tag | |
---|---|
static Tag |
Tag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Tag[] |
Tag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.gstreamer with parameters of type Tag | |
---|---|
java.lang.Number |
TagList.getNumber(Tag tag,
int index)
Gets a numeric tag from this list. |
java.lang.String |
TagList.getString(Tag tag,
int index)
Gets a string tag from this list. |
java.lang.Object |
TagList.getValue(Tag tag,
int index)
Gets data for a tag from this list. |
java.util.List<java.lang.Object> |
TagList.getValues(Tag tag)
Gets all data values for a tag contained in this list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |