|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpackets.Clip
public class Clip
Field Summary | |
---|---|
int |
id
Id of the clip. |
java.lang.String |
length
The length of the clip, given in time code format |
java.lang.String |
name
Name of the clip. |
java.lang.String |
pathname
The pathname of the clip is the full path of the clip as used on the clip recorder |
Constructor Summary | |
---|---|
Clip(java.lang.String name)
Constructor with name as input, this just sets a name and generates and id. |
Method Summary | |
---|---|
void |
setLength(java.lang.String length)
Sets the clips length |
void |
setPath(java.lang.String path)
Sets the clips path |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int id
public java.lang.String name
public java.lang.String pathname
public java.lang.String length
Constructor Detail |
---|
public Clip(java.lang.String name)
name
- Method Detail |
---|
public void setPath(java.lang.String path)
path
- public void setLength(java.lang.String length)
length
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |