|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AudioMetadataResource
API for audio resources.
Method Summary | |
---|---|
java.lang.Object |
getValue(AudioMetadataType type,
java.util.Locale locale)
Get a single metadata value based on a type constant. |
java.lang.Iterable<?> |
getValues(AudioMetadataType type,
java.util.Locale locale)
Get all available metadata values based on a type constant. |
Methods inherited from interface magoffin.matt.meta.MetadataResource |
---|
getParsedKeys, getParseErrors, getValue, getValues |
Method Detail |
---|
java.lang.Object getValue(AudioMetadataType type, java.util.Locale locale)
If more than one metadata of the specified type is available, this will return the first available one.
type
- the typelocale
- a Locale
java.lang.Iterable<?> getValues(AudioMetadataType type, java.util.Locale locale)
type
- the typelocale
- a Locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |