Class VideoDeviceInfo


  • public final class VideoDeviceInfo
    extends Object
    Information about a video device
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
      CameraFacing getCameraFacing()
      Direction of the camera
      VideoDeviceType getDeviceType()
      Get the Device Type of this video device.
      String getId()
      Get Name of this audio device.
      String getName()
      Get the name of this video device.
      • Methods inherited from class Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getName

        public String getName()
        Get the name of this video device.
      • getId

        public String getId()
        Get Name of this audio device.
      • getCameraFacing

        public CameraFacing getCameraFacing()
        Direction of the camera
      • getDeviceType

        public VideoDeviceType getDeviceType()
        Get the Device Type of this video device.