MediaFilter class

Represents a filter that applies visual effects to the video stream of a O3hMediaSource.

Signature:

export declare abstract class MediaFilter 

Remarks

Call O3hMediaSource.applyFilter() to apply a filter to a media source.

Modules cannot extend this class to define their own filters. You must use a filter implementation that is provided by the SDK. (Currently the only available filter is GreenscreenMediaFilter.)

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MediaFilter class.