Skip to content

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.

readonly id: string

Defined in: fallback.ts:26

Stable provider id, e.g. wasm-h264.


readonly ready: boolean

Defined in: fallback.ts:28

True when the backend is loaded and ready to accept work.

supports(identity): boolean

Defined in: fallback.ts:30

Whether this provider can execute the requested codec path.

CodecIdentity

boolean