BackgroundBlurEffect interface
Bakgrundsoskärpa.
- Extends
Ärvda egenskaper
name | Namnet på videoeffekten. |
Metoder
configure(Video |
Metod för att konfigurera effekten |
Ärvda metoder
is |
Använd metoden isSupported i API:et VideoEffectsFeature. |
Information om ärvda egenskaper
name
Metodinformation
configure(VideoEffectConfig)
Metod för att konfigurera effekten
function configure(config: VideoEffectConfig): Promise<void>
Parametrar
- config
- VideoEffectConfig
Returer
Promise<void>
Ärvd metodinformation
isSupported()
Varning
Det här API:et är nu inaktuellt.
Använd metoden isSupported i API:et VideoEffectsFeature.
function isSupported(): Promise<boolean>
Returer
Promise<boolean>
ärvs frånVideoEffect.isSupported