Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the FlangerEffect class. This method supports the .NET Framework Infrastructure and is not intended to be used directly in your code.
Definition
Visual Basic Public Sub New( _
ByVal lp As IntPtr, _
ByVal source As SecondaryBuffer _
)C# public FlangerEffect(
IntPtrlp,
SecondaryBuffer source
);C++ public:
FlangerEffect(
IntPtrlp,
SecondaryBuffer^ source
);JScript public function FlangerEffect(
lp : IntPtr,
source : SecondaryBuffer
);
Parameters
lp System.IntPtr
Pointer to the unmanaged Component Object Model (COM) interface, IDirectSoundFXFlanger8, which allows unmanaged COM clients to create an instance of the managed FlangerEffect class. Not supported.source Microsoft.DirectX.DirectSound.SecondaryBuffer
The SecondaryBuffer that is using this effect.
Remarks
Obtain the FlangerEffect object by calling on the GetEffects or GetObjectInPath method of the SecondaryBuffer object that is using the effect.
See Also
.gif)