Uses of Class
org.stanwood.media.info.ResolutionFormat

Packages that use ResolutionFormat
org.stanwood.media.info   
 

Uses of ResolutionFormat in org.stanwood.media.info
 

Methods in org.stanwood.media.info that return ResolutionFormat
static ResolutionFormat ResolutionFormat.getFormat(int width, int height, boolean interlaced)
          Used to get the format based on a videos parameters
 ResolutionFormat VideoFileInfo.getResolutionFormat()
          Used to get the video resolution format if it's know.
 ResolutionFormat IVideoFileInfo.getResolutionFormat()
          Used to get the video resolution format if it's know.
static ResolutionFormat ResolutionFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResolutionFormat[] ResolutionFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.