Class DefaultVideoTransformDevice

[[DefaultVideoTransformDevice]] is an augmented [[VideoInputDevice]]. It transform the input Device with an array of VideoFrameProcessor to produce a MediaStream.

Implements

Constructors

Accessors

Methods

  • Dispose of the inner workings of the transform device, including pipeline and processors. stop can only be called when the transform device is not used by device controller anymore. After stop is called, all transform devices which share the pipeline must be discarded.

    Returns Promise<void>