BackgroundBlurEffect interface
背景模糊效果。
- Extends
繼承的屬性
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>