EchoEffect.EchoEffect Constructor |
Language: |
Initializes a new instance of the EchoEffect class. This method supports the .NET Framework Infrastructure and is not intended to be used directly in your code.
Visual Basic Public Sub New( _
ByVal lp As IntPtr, _
ByVal source As SecondaryBuffer _
)C# public EchoEffect(
IntPtr lp,
SecondaryBuffer source
);C++ public:
EchoEffect(
IntPtr lp,
SecondaryBuffer^ source
);JScript public function EchoEffect(
lp : IntPtr,
source : SecondaryBuffer
);
lp System.IntPtr
Pointer to the unmanaged Component Object Model (COM) interface, IDirectSoundFXEcho8, which allows unmanaged COM clients to create an instance of the managed EchoEffect class. Not supported.source Microsoft.DirectX.DirectSound.SecondaryBuffer
The SecondaryBuffer that is using this effect.
Obtain the EchoEffect object by calling on the GetEffects or GetObjectInPath method of the SecondaryBuffer object that is using the effect.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center