|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvideo.Stream
public class Stream
Stream saves cam input as a video in cam mode
until the cam process is interrupted
| Constructor Summary | |
|---|---|
Stream(javax.media.protocol.DataSource dataSource,
javax.media.MediaLocator outML)
Constructs Stream with given DataSource to the corresponding MediaLocator |
|
| Method Summary | |
|---|---|
void |
controllerUpdate(javax.media.ControllerEvent evt)
Controller Listener. |
void |
dataSinkUpdate(javax.media.datasink.DataSinkEvent evt)
Event handler for the file writer. |
void |
destroyProcess()
destroyProcess sends the stop signal to the processor and stops the data sink |
boolean |
start()
Creates the processor from the given data source and realizes the processor and starts the process |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stream(javax.media.protocol.DataSource dataSource,
javax.media.MediaLocator outML)
DataSource to the corresponding MediaLocator
dataSource - outML - | Method Detail |
|---|
public void destroyProcess()
destroyProcess sends the stop signal to the processor and stops the data sink
public boolean start()
public void controllerUpdate(javax.media.ControllerEvent evt)
controllerUpdate in interface javax.media.ControllerListenerpublic void dataSinkUpdate(javax.media.datasink.DataSinkEvent evt)
dataSinkUpdate in interface javax.media.datasink.DataSinkListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||