StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.sources.video.camera
/
CameraSettings
/
get
get
@
RequiresPermission
(
value
=
"android.permission.CAMERA"
)
fun
<
T
>
get
(
key
:
CaptureRequest.Key
<
T
?
>
)
:
T
?
(
source
)
Directly gets a
CaptureRequest
from the camera.
Return
the value associated with the key
Parameters
key
the key to get