Test.CheckAudioSetup(Guid,Guid) Method (Microsoft.DirectX.DirectPlay.Voice)

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 GuidLeave Site, _
    ByVal guidCapture As GuidLeave Site _
)
C# public void CheckAudioSetup(
    GuidLeave Site guidPlayback,
    GuidLeave Site guidCapture
);
C++ public:
void CheckAudioSetup(
    GuidLeave Site guidPlayback,
    GuidLeave Site guidCapture
);
JScript public function CheckAudioSetup(
    guidPlayback : GuidLeave Site,
    guidCapture : GuidLeave Site
);

Parameters

guidPlayback System.Guid
guidCapture System.Guid