|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ext.mediamanager.FilePropertiesMovie
public class FilePropertiesMovie
Constructor Summary | |
---|---|
FilePropertiesMovie(int fileSize,
java.lang.String videoResolution,
java.lang.String videoCodec,
int videoRate,
int duration,
java.lang.String audioCodec,
int audioRate,
int audioChannels)
The Constructor. |
|
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 |
getAudioRate()
Returns the audio rate. |
java.lang.String |
getContainer()
Returns the file container. |
int |
getDuration()
Returns the duration. |
int |
getFileSize()
Returns the filesize. |
java.lang.String |
getLocation()
Sets the file container. |
java.lang.String |
getMetaDataTagInfo(java.lang.String tag)
|
java.lang.String |
getSubtitles()
Returns the subtitles. |
int |
getVideoBitRate()
Returns the video bit rate. |
java.lang.String |
getVideoCodec()
Returns the video codec (vids handler). |
int |
getVideoHeight()
|
java.lang.String |
getVideoName()
|
int |
getVideoRate()
Returns the video rate. |
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 audioRate)
Sets the audio rate. |
void |
setContainer(java.lang.String container)
Sets the file container. |
void |
setDuration(int duration)
Sets the duration. |
void |
setFileLocatinon(java.lang.String location)
Sets the file location. |
void |
setFileSize(int fileSize)
Sets the length. |
void |
setSubtitles(java.lang.String subtitles)
Sets the subtitles. |
void |
setVideoBitRate(int videoBitRate)
Sets the video bit rate. |
void |
setVideoCodec(java.lang.String videoCodec)
Sets the video codec (vids handler). |
void |
setVideoName(java.lang.String name)
Sets the length. |
void |
setVideoRate(int videoRate)
Sets the video rate. |
void |
setVideoResolution(java.lang.String videoResolution)
Sets the resolution. |
java.lang.String |
toString()
Returns all the components in a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilePropertiesMovie(java.lang.String filePath) throws java.lang.Exception
filePath
- A path for the file.
java.lang.Exception
public FilePropertiesMovie(int fileSize, java.lang.String videoResolution, java.lang.String videoCodec, int videoRate, int duration, java.lang.String audioCodec, int audioRate, int audioChannels)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getVideoWidth()
public int getVideoHeight()
public java.lang.String getMetaDataTagInfo(java.lang.String tag)
public java.lang.String getSubtitles()
public int getFileSize()
public java.lang.String getVideoResolution()
public java.lang.String getVideoCodec()
public int getVideoRate()
public int getVideoBitRate()
public int getDuration()
public java.lang.String getAudioCodec()
public int getAudioRate()
public int getAudioBitRate()
public int getAudioChannels()
public void setSubtitles(java.lang.String subtitles)
public void setFileSize(int fileSize)
public void setVideoName(java.lang.String name)
public void setVideoResolution(java.lang.String videoResolution)
public void setVideoCodec(java.lang.String videoCodec)
public void setVideoRate(int videoRate)
public void setVideoBitRate(int videoBitRate)
public void setDuration(int duration)
public void setAudioCodec(java.lang.String audioCodec)
public void setAudioRate(int audioRate)
public void setAudioChannels(int audioChannels)
public void setFileLocatinon(java.lang.String location)
public java.lang.String getLocation()
public void setContainer(java.lang.String container)
public java.lang.String getContainer()
public java.lang.String getVideoName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |