CodecFallbackDescriptor
Defined in: fallback.ts:24
Capability descriptor for a host-owned software codec implementation.
This descriptor does not execute decode or encode work. Aelion’s media and export pipelines do not invoke registered descriptors in 1.2; hosts must wire their codec implementation separately. The distinction prevents a capability declaration from being mistaken for an operational fallback.
Properties
Section titled “Properties”
readonlyid:string
Defined in: fallback.ts:26
Stable provider id, e.g. wasm-h264.
readonlyready:boolean
Defined in: fallback.ts:28
True when the backend is loaded and ready to accept work.
Methods
Section titled “Methods”supports()
Section titled “supports()”supports(
identity):boolean
Defined in: fallback.ts:30
Whether this provider can execute the requested codec path.
Parameters
Section titled “Parameters”identity
Section titled “identity”Returns
Section titled “Returns”boolean