public interface ImgStreamingControl
extends javax.media.Control
| Modifier and Type | Method and Description |
|---|---|
void |
setOrigin(int streamIndex,
int displayIndex,
int x,
int y)
Set the display index and the origin of the stream associated with a
specific index in the DataSource of this Control.
|
void setOrigin(int streamIndex,
int displayIndex,
int x,
int y)
streamIndex - the index in the associated DataSource of the
stream to set the display index and the origin ofdisplayIndex - the display index to set on the specified streamx - the x coordinate of the origin to set on the specified streamy - the y coordinate of the origin to set on the specified streamCopyright © 2021 jitsi.org. All rights reserved.