VideoBackgroundEffectsDependency type
要为视频背景效果注入的依赖项类型
type VideoBackgroundEffectsDependency = {
createBackgroundBlurEffect: (
config?: BackgroundBlurConfig
) => BackgroundBlurEffect
createBackgroundReplacementEffect: (
config: BackgroundReplacementConfig
) => BackgroundReplacementEffect
}