|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandListener
A listener to obtain control messages from the client.
Method Summary | |
---|---|
void |
onClose()
Close the video streaming. |
void |
onInit(int clientPort)
Initializes the camera and starts the video streaming to the client. |
void |
onMove(int pan,
int tilt,
int zoom)
Receives a move command from the client. |
Method Detail |
---|
void onMove(int pan, int tilt, int zoom)
pan
- pan position.tilt
- tilt position.zoom
- zoom position.void onInit(int clientPort)
clientPort
- The client's port.void onClose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |