Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IBasicAudioEffect.Close(MediaEffectClosedReason) Method

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.

Called when the audio effect should close and clean up allocated resources.

public:
 void Close(MediaEffectClosedReason reason);
void Close(MediaEffectClosedReason const& reason);
public void Close(MediaEffectClosedReason reason);
function close(reason)
Public Sub Close (reason As MediaEffectClosedReason)

Parameters

reason
MediaEffectClosedReason

The reason the effect was closed.

Applies to


Feedback

Was this page helpful?