Package org.jitsi.impl.neomedia.control
Interface ImgStreamingControl
-
- All Superinterfaces:
javax.media.Control
public interface ImgStreamingControl extends javax.media.ControlDefines the interface for controlling CaptureDevices/DataSources associated with the imgstreaming FMJ/JMF protocol.- Author:
- Lyubomir Marinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOrigin(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.
-
-
-
Method Detail
-
setOrigin
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.- Parameters:
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 stream
-
-