Package com.amazonaws.ivs.broadcast
Class CameraSource.Capabilities
java.lang.Object
com.amazonaws.ivs.broadcast.CameraSource.Capabilities
- Enclosing class:
 CameraSource
Represents camera capture capabilities such as zoom support
- 
Method Summary
Modifier and TypeMethodDescriptionfloatReturns this camera's maximum supported zoom factorbooleanReturns whether this camera device supports torch modebooleanReturns whether this camera device supports zoom 
- 
Method Details
- 
isZoomSupported
public boolean isZoomSupported()Returns whether this camera device supports zoom- Returns:
 - True if the camera supports zoom
 
 - 
getMaxZoomFactor
public float getMaxZoomFactor()Returns this camera's maximum supported zoom factor- Returns:
 - The maximum zoom factor
 
 - 
isTorchSupported
public boolean isTorchSupported()Returns whether this camera device supports torch mode- Returns:
 - True if the camera supports torch mode
 
 
 -