@aelionsdk/capability
此内容尚不支持你的语言。
@aelionsdk/capability
Section titled “@aelionsdk/capability”Browser media, graphics, storage and execution capability probing for AelionSDK.
Install
Section titled “Install”npm install @aelionsdk/capabilitylatest currently resolves to 1.2.0. Product applications should normally
use the capability APIs exposed by @aelionsdk/sdk; this package is for custom
preflight screens and execution hosts.
Public surface
Section titled “Public surface”- browser capability probes;
- capability reports and typed results;
- software codec capability descriptors (not an executable codec backend);
- fail-closed gates for required features and export profiles.
A declared browser API is not proof that a codec configuration works. Run the
relevant gate with the actual dimensions, frame rate, sample rate and channel
count before starting a job.
CodecFallbackRegistry records host-owned capabilities only; Aelion media and
export do not route work through registered descriptors.
See the capability preflight guide and API reference. Licensed under MIT.
Classes
Section titled “Classes”Interfaces
Section titled “Interfaces”- AudioCapability
- CapabilityEnvironment
- CapabilityGateRequirements
- CapabilityGateResult
- CapabilityProbe
- CapabilityProbeOptions
- CapabilityReport
- CodecConfigProbe
- CodecFallbackDescriptor
- CodecIdentity
- ColorCapability
- GpuCapability
- ImageFormatCapability
- StorageCapability
Type Aliases
Section titled “Type Aliases”- CapabilityStatus
- CapabilityTier
- CodecClass
- CodecExecutionDecision
- CodecExecutionPath
CodecFallbackProvider- CodecOperation