StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.sources.video.camera
/
CameraSettings
/
Zoom
/
CropScalerRegionZoom
Crop
Scaler
Region
Zoom
class
CropScalerRegionZoom
(
val
cameraManager
:
CameraManager
,
val
cameraSettings
:
CameraSettings
)
:
CameraSettings.Zoom
Members
Constructors
Crop
Scaler
Region
Zoom
Link copied to clipboard
constructor
(
cameraManager
:
CameraManager
,
cameraSettings
:
CameraSettings
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
available
Ratio
Range
Link copied to clipboard
open
override
val
availableRatioRange
:
Range
<
Float
>
camera
Manager
Link copied to clipboard
protected
val
cameraManager
:
CameraManager
camera
Settings
Link copied to clipboard
protected
val
cameraSettings
:
CameraSettings
zoom
Ratio
Link copied to clipboard
open
override
var
zoomRatio
:
Float
Functions
on
Pinch
Link copied to clipboard
fun
onPinch
(
scale
:
Float
)
Sets the zoom on pinch scale gesture.