|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VideoOutputModuleInterface
Defines some common methods for video output modules
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics g)
This is essentially the same as a paint(Graphics g) method and is called even if the module is paused. |
void |
halt()
Called to allow the module to free up any resources in use when it is to shut down. |
void |
init()
This method should do anything that may affect the environment - open windows and so on. |
void |
receiveMessage(AudioMessage message)
Called when some audio data has been recieved. |
| Methods inherited from interface utilities.serializer.VDMModule |
|---|
getName, getVersion |
| Method Detail |
|---|
void init()
void draw(java.awt.Graphics g)
g - A Graphics objectvoid receiveMessage(AudioMessage message)
message - The data sent by the audio processorvoid halt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||