|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVideoFile
Interface for video files
Method Summary | |
---|---|
java.io.File |
getLocation()
Used to get the current location of the video file |
java.io.File |
getMediaDirectory()
Returns the media directory the file is in |
java.io.File |
getOrginalLocation()
Used to get the original location of the video file. |
java.lang.Integer |
getPart()
Used to get the part number of the file |
void |
setLocation(java.io.File location)
Used to set the current location of the video file |
void |
setOrginalLocation(java.io.File orginalLocation)
Used to set the original location of the video file. |
void |
setPart(java.lang.Integer part)
Used to set the part number of the file |
Method Detail |
---|
java.io.File getLocation()
java.io.File getOrginalLocation()
void setOrginalLocation(java.io.File orginalLocation)
orginalLocation
- The original location of the filevoid setLocation(java.io.File location)
location
- The current location of the video filejava.lang.Integer getPart()
void setPart(java.lang.Integer part)
part
- The part number or null if not known/supportedjava.io.File getMediaDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |