VideoBackgroundEffectsDependency type
Abhängigkeitstyp, der für Videohintergrundeffekte eingefügt werden soll
type VideoBackgroundEffectsDependency = {
createBackgroundBlurEffect: (
config?: BackgroundBlurConfig
) => BackgroundBlurEffect
createBackgroundReplacementEffect: (
config: BackgroundReplacementConfig
) => BackgroundReplacementEffect
}