Class VideoDeviceInfo
- Object
-
- 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 cameraVideoDeviceType
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.
-
-
-
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 classObject
-
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.
-
-