Class WsCameraInputConfig

  • All Implemented Interfaces:
    InputConfig

    public class WsCameraInputConfig
    extends java.lang.Object
    implements InputConfig
    Contains configuration for cameras.
    • Constructor Summary

      Constructors 
      Constructor Description
      WsCameraInputConfig​(int channel)
      Construct the camera config.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getChannel()
      Returns the channel number.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WsCameraInputConfig

        public WsCameraInputConfig​(int channel)
        Construct the camera config.
        Parameters:
        channel - Camera channel number.
    • Method Detail

      • getChannel

        public int getChannel()
        Returns the channel number.
        Returns:
        The channel number.