Interface VideoFXEventAttributes

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

interface VideoFXEventAttributes {
    backgroundBlurEnabled?: string;
    backgroundBlurStrength?: number | VideoFxBlurStrength;
    backgroundFilterVersion?: number;
    backgroundReplacementEnabled?: string;
}

Hierarchy (View Summary)

Properties

backgroundBlurEnabled?: string
backgroundBlurStrength?: number | VideoFxBlurStrength
backgroundFilterVersion?: number
backgroundReplacementEnabled?: string