Table of Contents

Interface IVideoEditXAudioEffect

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Interface for audio effects that can generate a GStreamer pipeline description string. Used by video editing pipelines to serialize effect parameters.

public interface IVideoEditXAudioEffect

Methods

GenerateDescription()

Generates a GStreamer pipeline description string representing this audio effect and its current parameters.

string GenerateDescription()

Returns

string

A GStreamer element description string (e.g., "audioecho delay=500000000 intensity=0.50").