WorkerMuxedExporter
Defined in: worker-export.ts:34
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WorkerMuxedExporter(
options):WorkerMuxedExporter
Defined in: worker-export.ts:40
Parameters
Section titled “Parameters”options
Section titled “options”WorkerMuxedExporterOptions = {}
Returns
Section titled “Returns”WorkerMuxedExporter
Accessors
Section titled “Accessors”disposed
Section titled “disposed”Get Signature
Section titled “Get Signature”get disposed():
boolean
Defined in: worker-export.ts:49
Returns
Section titled “Returns”boolean
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”dispose()
Section titled “dispose()”dispose():
void
Defined in: worker-export.ts:222
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”run(
options):Promise<WebMExportResult>
Defined in: worker-export.ts:61
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<WebMExportResult>
snapshot()
Section titled “snapshot()”snapshot():
WorkerMuxedExporterSnapshot
Defined in: worker-export.ts:53