Copyright © 2005-2019 MultiMedia Soft
Effects property (RO)
Type
[Visual Basic]
Public Property Effects As EffectsMan
[C#]
public EffectsMan Effects {get;}
[C++]
public: __property EffectsMan* get_Effects ();
This property is Read-only
Remarks
The object used to manage special effects to apply to loaded sounds.
This property encapsulates the functionality of the EffectsMan class.
See the How to apply special effects to a playing sound section for further details.