Test.CheckAudioSetup Method

Language:

Warning: This method is deprecated. Deprecated components of Microsoft DirectX 9.0 for Managed Code are considered obsolete. While these components are still supported in this release of DirectX 9.0 for Managed Code, they may be removed in the future. When writing new applications, you should avoid using these deprecated components. When modifying existing applications, you are strongly encouraged to remove any dependency on these components.
Runs the Audio Setup Wizard on the specified devices. This wizard runs a series of tests on the devices to determine if they are capable of full duplex audio and to ensure that the microphone is plugged in and working correctly on the capture device. Deprecated.

Definition

Visual Basic Public Sub CheckAudioSetup( _
    ByVal guidPlayback As Guid, _
    ByVal guidCapture As Guid, _
    ByVal flags As TestFlags _
)
C# public void CheckAudioSetup(
    Guid guidPlayback,
    Guid guidCapture,
    TestFlags flags
);
C++ public:
void CheckAudioSetup(
    Guid guidPlayback,
    Guid guidCapture,
    TestFlags flags
);
JScript public function CheckAudioSetup(
    guidPlayback : Guid,
    guidCapture : Guid,
    flags : TestFlags
);

Parameters

guidPlayback System.Guid
guidCapture System.Guid
flags Microsoft.DirectX.DirectPlay.Voice.TestFlags

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