Microsoft Windows CE 3.0  

Capture Device Capabilities

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

To retrieve the capabilities of a capture device, call the IDirectSoundCapture::GetCapsmethod. The parameter to this method is a pointer to the DSCCAPSstructure. As with other such structures, you have to initialize the dwSizemember before passing it.

On return, the structure contains the number of channels the device supports as well as a combination of values for supported formats, equivalent to the values in the WAVEINCAPSstructure used in the Win32 waveform audio functions.



 Last updated on Tuesday, May 18, 2004

© 2004 Microsoft Corporation. All rights reserved.