Uses of Class
org.stanwood.media.store.mp4.StikValue

Packages that use StikValue
org.stanwood.media.store.mp4   
 

Uses of StikValue in org.stanwood.media.store.mp4
 

Methods in org.stanwood.media.store.mp4 that return StikValue
static StikValue StikValue.fromId(int value)
          Get the atom value associated with a ID
static StikValue StikValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StikValue[] StikValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.