SessionParameterTarget


class SessionParameterTarget


Target class supporting sessionParameter[key] = value indexing operator syntax.

Summary

Public functions

operator Unit
@RequiresApi(value = 28)
<V : Any?> set(key: CaptureRequest.Key<V>, value: V)

Sets a session parameter used during session creation.

Public functions

set

Added in 1.7.0-alpha03
@RequiresApi(value = 28)
operator fun <V : Any?> set(key: CaptureRequest.Key<V>, value: V): Unit

Sets a session parameter used during session creation.