|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.video.VideoMultipart
public class VideoMultipart
Provides a storage for multiple video parts that are played as a whole in the VideoContainer
| Constructor Summary | |
|---|---|
VideoMultipart()
Constructs a new VideoMultipart instance |
|
| Method Summary | |
|---|---|
void |
addSource(VideoSource source)
Adds a VideoSource instance to the storage |
void |
close()
Closes all VideoSource instances in the storage |
boolean |
hasNext()
Returns true if there are more VideoSource instances in the storage |
VideoSource |
next()
Returns the next VideoSource instance in the storage |
void |
removeSource(VideoSource source)
Removes a VideoSource instance from the storage |
void |
reset()
Reset the current index to 0 |
VideoSource |
source(int index)
Returns the VideoSource instance at the given index |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VideoMultipart()
| Method Detail |
|---|
public void addSource(VideoSource source)
source - the VideoSource instancepublic void removeSource(VideoSource source)
source - the VideoSource instancepublic VideoSource source(int index)
index - the index
public boolean hasNext()
public VideoSource next()
public void reset()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||