Aracılığıyla paylaş


VideoBackgroundEffectsDependency type

Video arka plan efektleri için eklenecek bağımlılık türü

type VideoBackgroundEffectsDependency = {
  createBackgroundBlurEffect: (
    config?: BackgroundBlurConfig
  ) => BackgroundBlurEffect
  createBackgroundReplacementEffect: (
    config: BackgroundReplacementConfig
  ) => BackgroundReplacementEffect
}