public interface IVideoFileInfo extends IMediaFileInfo
Modifier and Type | Method and Description |
---|---|
AspectRatio |
getAspectRatio()
Used to get the display aspect ratio of the video
|
java.lang.Long |
getAudioBitRate()
Used to get the audio bit rate (Kbs) or null if one can't be found
|
java.lang.String |
getAudioFormatProfile()
Used to get the audio format profile or null if one can't be found
|
java.lang.Float |
getFrameRate()
Used to get the frame rate of the video in frams per second (fps)
|
int |
getHeight()
Used to get the height in pixels of the video
|
ResolutionFormat |
getResolutionFormat()
Used to get the video resolution format if it's know.
|
int |
getWidth()
Used to get the width in pixels of the video
|
boolean |
isHighDef()
Used to find out if the video is high definition
|
boolean |
isInterlaced()
Used to find out if the video scan type is interlaced or progressive
|
boolean |
isWideScreen()
Used to find out if the video is wide screen
|
getFileSize
int getWidth()
int getHeight()
java.lang.Float getFrameRate()
AspectRatio getAspectRatio()
boolean isWideScreen()
boolean isHighDef()
ResolutionFormat getResolutionFormat()
boolean isInterlaced()
java.lang.String getAudioFormatProfile()
java.lang.Long getAudioBitRate()