Package | Description |
---|---|
org.stanwood.media.info |
Modifier and Type | Method and Description |
---|---|
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.
|