|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AudioMetadataType | |
---|---|
magoffin.matt.meta.audio | Audio releated metadata support, such as ID3 |
Uses of AudioMetadataType in magoffin.matt.meta.audio |
---|
Methods in magoffin.matt.meta.audio that return AudioMetadataType | |
---|---|
static AudioMetadataType |
AudioMetadataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AudioMetadataType[] |
AudioMetadataType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in magoffin.matt.meta.audio with parameters of type AudioMetadataType | |
---|---|
java.lang.Object |
AudioMetadataResource.getValue(AudioMetadataType type,
java.util.Locale locale)
Get a single metadata value based on a type constant. |
java.lang.Iterable<?> |
AudioMetadataResource.getValues(AudioMetadataType type,
java.util.Locale locale)
Get all available metadata values based on a type constant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |