|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMovieLibrary.VideoObject
MovieLibrary.ClipObject
public class ClipObject
class to store information about a clip.
Subclass of video object
| Field Summary |
|---|
| Fields inherited from class MovieLibrary.VideoObject |
|---|
CLIP, MOVIE, MUSIC_VIDEO, NO_OF_VIDEO_TYPES, SERIES |
| Constructor Summary | |
|---|---|
ClipObject(ClipObject reqClip)
Contructor for a clip object from another non null clip object. Will create a new clip object with all the settings from the given clip object |
|
ClipObject(int requiredVideoID,
java.io.File requiredFilePath)
Constructor for a clip object. Will create a new clip with given ID and path and default type |
|
| Method Summary | |
|---|---|
static java.lang.String |
getStringClipType(int intClipType)
gets the string description of a given clip type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClipObject(int requiredVideoID,
java.io.File requiredFilePath)
requiredVideoID - video ID of the clip to be createdrequiredFilePath - video path of the clip to be createdpublic ClipObject(ClipObject reqClip)
reqClip - clip object from which the new is based on| Method Detail |
|---|
public static java.lang.String getStringClipType(int intClipType)
intClipType - clip type to get the string description from
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||