|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVideoFileInfo
This interface is used to request information about video files
Method Summary | |
---|---|
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 |
Methods inherited from interface org.stanwood.media.info.IMediaFileInfo |
---|
getFileSize |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |