selectCodecAvailability
selectCodecAvailability(
identity,hardwareSupported,providers):CodecExecutionDecision
Defined in: fallback.ts:65
Negotiate how to execute a codec operation: hardware when the platform reports it, otherwise the first ready provider that supports the identity, otherwise fail closed with a diagnostic.
Parameters
Section titled “Parameters”identity
Section titled “identity”hardwareSupported
Section titled “hardwareSupported”boolean
providers
Section titled “providers”readonly CodecFallbackDescriptor[]