Interface ISharedAudioEffectX
- Namespace
- VisioForge.Core.Types.X.AudioEffects
- Assembly
- VisioForge.Core.dll
Common interface for audio effects, providing identification and naming.
public interface ISharedAudioEffectXProperties
ID
Gets or sets the audio effect type identifier.
AudioEffectID ID { get; set; }Property Value
Name
Gets or sets the display name of the audio effect.
string Name { get; set; }