VideoDeviceInfo Class
- java.
lang. Object - com.
azure. android. communication. calling. VideoDeviceInfo
- com.
public class VideoDeviceInfo
Information about a video device
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Camera |
getCameraFacing()
Direction of the camera |
Video |
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 Details
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.
getCameraFacing
public CameraFacing getCameraFacing()
Direction of the camera
getDeviceType
public VideoDeviceType getDeviceType()
Get the Device Type of this video device.
getId
public String getId()
Get Name of this audio device.
getName
public String getName()
Get the name of this video device.