CaptureBuffer.GetEffectsStatus Method

Language:

Retrieves the status of capture effects.

Definition

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[];

Parameters

numEffects System.Int32
The number of capture effects to retrieve.

Return Value

Microsoft.DirectX.DirectSound.CaptureEffectsReturnValue[]
An array of values from the CaptureEffectsReturnValue enumeration that describe the status of capture effects in the CaptureBuffer object.

Remarks

Exceptions
ArgumentException Leave Site 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