Uses of Class
com.drew.metadata.mp4.media.Mp4UuidBoxHandler.UuidType
-
Packages that use Mp4UuidBoxHandler.UuidType Package Description com.drew.metadata.mp4.media Contains classes for extracting data from media data atom types. -
-
Uses of Mp4UuidBoxHandler.UuidType in com.drew.metadata.mp4.media
Fields in com.drew.metadata.mp4.media with type parameters of type Mp4UuidBoxHandler.UuidType Modifier and Type Field Description private static ByteTrie<Mp4UuidBoxHandler.UuidType>Mp4UuidBoxHandler. _uuidLookupMethods in com.drew.metadata.mp4.media that return Mp4UuidBoxHandler.UuidType Modifier and Type Method Description static Mp4UuidBoxHandler.UuidTypeMp4UuidBoxHandler.UuidType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mp4UuidBoxHandler.UuidType[]Mp4UuidBoxHandler.UuidType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-