CapabilityProvider

fun interface CapabilityProvider(source)

Injectable boundary for device capability discovery.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun capabilities(surfaceView: SurfaceView?, probeMode: CapabilityProbeMode): Result<OnyxDeviceCapabilities>

Probes surfaceView using the requested probeMode.

Link copied to clipboard

Ergonomic passive probe while retaining SAM-convertible injectable interfaces.