registerAutomaticProxy
registerAutomaticProxy(
provider,options):Promise<AutomaticProxyResult>
Defined in: packages/sdk/src/proxy-automation.ts:81
Generate and register a low-resolution proxy for an original asset through
an injected encoder, and return the registered representation. The provider
then serves the proxy for preview and keeps the original for export via
selectAssetRepresentation. Fails closed on an unknown asset or encoder
error without mutating the provider.
Parameters
Section titled “Parameters”provider
Section titled “provider”options
Section titled “options”Returns
Section titled “Returns”Promise<AutomaticProxyResult>