Interface ISharedAudioEffectX
- Namespace
- VisioForge.Core.Types.X.AudioEffects
- Assembly
- VisioForge.Core.dll
Interface IGSTSharedAudioEffect.
public interface ISharedAudioEffectXProperties
ID
Gets or sets the identifier.
AudioEffectID ID { get; set; }Property Value
Name
Gets or sets the name.
string Name { get; set; }