CaptureBuffer.GetEffectsStatus Method |
Language: |
Retrieves the status of capture effects.
Visual Basic Public Function GetEffectsStatus( _
ByVal numEffects As Integer _
) As CaptureEffectsReturnValue()C# public CaptureEffectsReturnValue[] GetEffectsStatus(
int numEffects
);C++ public:
array<CaptureEffectsReturnValue>^ GetEffectsStatus(
int numEffects
);JScript public function GetEffectsStatus(
numEffects : int
) : CaptureEffectsReturnValue[];
numEffects System.Int32
The number of capture effects to retrieve.
Microsoft.DirectX.DirectSound.CaptureEffectsReturnValue[]
An array of values from the CaptureEffectsReturnValue enumeration that describe the status of capture effects in the CaptureBuffer object.
Exceptions
ArgumentException An invalid parameter was passed to the called method.
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