跳转到内容

@aelionsdk/capability

此内容尚不支持你的语言。

Browser media, graphics, storage and execution capability probing for AelionSDK.

Terminal window
npm install @aelionsdk/capability

latest 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.

  • 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.