|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Some capture devices or encoders may have a monitor to view/listen to the capture or encoding progress. The MonitorControl allows you to enable/disable monitoring and in the case of a video monitor, also control the preview rate. Setting a lower preview rate will result in lesser resource consumption.
| Method Summary | |
boolean |
setEnabled(boolean on)
Enable or disable the monitor. |
float |
setPreviewFrameRate(float rate)
Sets the frame rate at which the video is to be previewed. |
| Methods inherited from interface javax.media.Control |
getControlComponent |
| Method Detail |
public boolean setEnabled(boolean on)
on - true to enable monitoring.
public float setPreviewFrameRate(float rate)
rate - the frame rate used for previewing.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||