Interface VideoFXEventAttributes

[[VideoFXEventAttributes]] describes the config of video effect event.

interface VideoFXEventAttributes {
    backgroundBlurEnabled?: string;
    backgroundBlurStrength?:
        | number
        | BackgroundSegmentationBlurStrength
        | VideoFxBlurStrength;
    backgroundFilterEffectType?: string;
    backgroundFilterErrorMessage?: string;
    backgroundFilterErrorType?: string;
    backgroundFilterModelType?: string;
    backgroundFilterVersion?: number;
    backgroundReplacementEnabled?: string;
}

Hierarchy (View Summary)

Properties

backgroundBlurEnabled?: string
backgroundBlurStrength?:
    | number
    | BackgroundSegmentationBlurStrength
    | VideoFxBlurStrength
backgroundFilterEffectType?: string
backgroundFilterErrorMessage?: string
backgroundFilterErrorType?: string
backgroundFilterModelType?: string
backgroundFilterVersion?: number
backgroundReplacementEnabled?: string