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

Packages that use AspectRatio
org.stanwood.media.info   
 

Uses of AspectRatio in org.stanwood.media.info
 

Methods in org.stanwood.media.info that return AspectRatio
static AspectRatio AspectRatio.fromRatio(double ratio)
          Used to find the ratio from it's decimal value
static AspectRatio AspectRatio.fromString(java.lang.String ratio)
          Used to find the ratio from it's string description value
 AspectRatio VideoFileInfo.getAspectRatio()
          Used to get the display aspect ratio of the video
 AspectRatio IVideoFileInfo.getAspectRatio()
          Used to get the display aspect ratio of the video
 AspectRatio ResolutionFormat.getRatio()
          Used to get the formats default aspect ratio
static AspectRatio AspectRatio.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AspectRatio[] AspectRatio.values()
          Returns an array containing the constants of this enum type, in the order they are declared.