Table of Contents

Interface ISharedAudioEffectX

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

Common interface for audio effects, providing identification and naming.

public interface ISharedAudioEffectX

Properties

ID

Gets or sets the audio effect type identifier.

AudioEffectID ID { get; set; }

Property Value

AudioEffectID

Name

Gets or sets the display name of the audio effect.

string Name { get; set; }

Property Value

string