Stops running the tranformation logic performed by the media processor instance. In case of using a Web worker the method should post a message to the Worker with the destroy message.
Starts running the tranformation logic performed by the media processor instance.
In case of bridging to WebWorker the function should post message to the Worker with the readable and writable.
Readable stream associated to the media source being processed.
Writable stream associated to the resulting media once processed.
Starts running the tranformation logic performed by the media processor instance. In case of bridging to WebWorker the function should post message to the Worker with the track.
MeadiaStreamTrack (audio or video) to be processed.
Interface definition for media processor instances. When using Web workers the application should define and use a bridge class that implements this interface. See an example of using the library this way here.