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