|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ext.mediamanager.FilePropertiesMovie
Constructor Summary | |
FilePropertiesMovie(java.lang.String filePath)
The Constructor. |
Method Summary | |
int |
getAudioBitRate()
Returns the audio bit rate. |
int |
getAudioChannels()
Returns the audio channels. |
java.lang.String |
getAudioCodec()
Returns the audio codec (auds handler). |
int |
getAudioSampleRate()
Returns the audio rate. |
int |
getDuration()
Returns the duration. |
int |
getFileSize()
Returns the filesize. |
int |
getVideoBitRate()
Returns the video bit rate. |
java.lang.String |
getVideoCodec()
Returns the video codec (vids handler). |
int |
getVideoFps()
Returns the video rate. |
int |
getVideoHeight()
|
java.lang.String |
getVideoName()
|
java.lang.String |
getVideoResolution()
Returns the resolution. |
int |
getVideoWidth()
|
void |
setAudioChannels(int audioChannels)
Sets the audio channels. |
void |
setAudioCodec(java.lang.String audioCodec)
Sets the audio codec (auds handler). |
void |
setAudioRate(int audioSampleRate)
Sets the audio rate. |
void |
setDuration(int duration)
Sets the duration. |
void |
setFileSize(int fileSize)
Sets the length. |
void |
setVideoCodec(java.lang.String videoCodec)
Sets the video codec (vids handler). |
void |
setVideoName(java.lang.String name)
Sets the name |
void |
setVideoRate(int fps)
Sets the video rate. |
void |
setVideoResolution(java.lang.String videoResolution)
Sets the resolution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilePropertiesMovie(java.lang.String filePath) throws java.lang.Exception
filePath
- A path for the file.Method Detail |
public int getFileSize()
public java.lang.String getVideoName()
public java.lang.String getVideoResolution()
public int getVideoHeight()
public int getVideoWidth()
public java.lang.String getVideoCodec()
public int getVideoFps()
public int getVideoBitRate()
public int getDuration()
public java.lang.String getAudioCodec()
public int getAudioSampleRate()
public int getAudioBitRate()
public int getAudioChannels()
public void setFileSize(int fileSize)
public void setVideoResolution(java.lang.String videoResolution)
public void setVideoName(java.lang.String name)
public void setVideoCodec(java.lang.String videoCodec)
public void setVideoRate(int fps)
public void setDuration(int duration)
public void setAudioCodec(java.lang.String audioCodec)
public void setAudioRate(int audioSampleRate)
public void setAudioChannels(int audioChannels)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |