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 SummaryModifier and TypeMethodDescriptionfloatReturns this camera's maximum supported zoom factorbooleanReturns whether this camera device supports zoom
- 
Method Details- 
isZoomSupportedpublic boolean isZoomSupported()Returns whether this camera device supports zoom- Returns:
- True if the camera supports zoom
 
- 
getMaxZoomFactorpublic float getMaxZoomFactor()Returns this camera's maximum supported zoom factor- Returns:
- The maximum zoom factor
 
 
-