BackgroundBlurEffect interface
背景模糊效果。
- 扩展
继承属性
name | 视频效果的名称。 |
方法
configure(Video |
配置效果的方法 |
继承的方法
is |
请在 VideoEffectsFeature API 上使用 isSupported 方法。 |
继承属性详细信息
name
方法详细信息
configure(VideoEffectConfig)
配置效果的方法
function configure(config: VideoEffectConfig): Promise<void>
参数
- config
- VideoEffectConfig
返回
Promise<void>
继承的方法详细信息
isSupported()
警告
现已弃用此 API。
请在 VideoEffectsFeature API 上使用 isSupported 方法。
function isSupported(): Promise<boolean>
返回
Promise<boolean>