BackgroundBlurEffect interface
Background blur effect.
- Extends
Inherited Properties
name | Name of the video effect. |
Methods
configure(Video |
Method to configure the effect |
Inherited Methods
is |
Please use the isSupported method on the VideoEffectsFeature API. |
Inherited Property Details
name
Method Details
configure(VideoEffectConfig)
Method to configure the effect
function configure(config: VideoEffectConfig): Promise<void>
Parameters
- config
- VideoEffectConfig
Returns
Promise<void>
Inherited Method Details
isSupported()
Warning
This API is now deprecated.
Please use the isSupported method on the VideoEffectsFeature API.
function isSupported(): Promise<boolean>
Returns
Promise<boolean>
Inherited From VideoEffect.isSupported