ReverbEffectDefinition(AudioGraph) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ReverbffectDefinition class.
public:
ReverbEffectDefinition(AudioGraph ^ audioGraph);
ReverbEffectDefinition(AudioGraph const& audioGraph);
public ReverbEffectDefinition(AudioGraph audioGraph);
function ReverbEffectDefinition(audioGraph)
Public Sub New (audioGraph As AudioGraph)
Parameters
- audioGraph
- AudioGraph
The AudioGraph with which the effect will be used. Using effects outside of the audio graph it was created with is not supported.