CaptureRequestOptionTarget


class CaptureRequestOptionTarget


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

Summary

Public functions

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

Sets a CaptureRequest.Key and value on repeating and one-shot requests.

Public functions

set

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

Sets a CaptureRequest.Key and value on repeating and one-shot requests.