Microsoft DirectX 9.0 SDK Update (October 2004)

CaptureBuffer.GetEffectsStatus Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the status of capture effects.

Definition

Visual Basic .NET Public Function GetEffectsStatus( _
    ByVal numEffects As Integer _
) As CaptureEffectsReturnValue()
C# public CaptureEffectsReturnValue[] GetEffectsStatus(
    int numEffects
);
Managed C++ public: CaptureEffectsReturnValue GetEffectsStatus(
    int numEffects
) __gc[];
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center