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