Package | Description |
---|---|
org.gstreamer |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|