Interface ImgStreamingControl

  • All Superinterfaces:
    javax.media.Control

    public interface ImgStreamingControl
    extends javax.media.Control
    Defines 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
      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.
      • Methods inherited from interface javax.media.Control

        getControlComponent
    • 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 of
        displayIndex - the display index to set on the specified stream
        x - the x coordinate of the origin to set on the specified stream
        y - the y coordinate of the origin to set on the specified stream