CaptureCaps Structure (Microsoft.DirectX.DirectSound)

Contains properties that describes the capabilities of the capture device.

Definition

Visual Basic Public Structure CaptureCaps
C# public struct CaptureCaps 
C++ public value class CaptureCaps sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
CaptureCaps Initializes a new instance of the CaptureCaps structure.
ToString Obtains a string representation of the current instance.

Properties

Property Description
Certified Retrieves whether the driver for the device is a certified Windows Driver Model (WDM) driver.
Channels Retrieves the number of channels supported by the device.
EmulatedDriver Retrieves whether there is no Microsoft DirectSound capture driver for the device.
Format11KhzMono16Bit Retrieves whether the capture device supports capturing audio with the 11Khz, 16-bit, mono wave format.
Format11KhzMono8Bit Retrieves whether the capture device supports capturing audio with the 11Khz, 8-bit, mono wave format.
Format11KhzStereo16Bit Retrieves whet,er the capture device supports capturing audio with the 11Khz, 16-bit, stereo wave format.
Format11KhzStereo8Bit Retrieves whether the capture device supports capturing audio with the 11Khz, 8-bit, stereo wave format.
Format22KhzMono16Bit Retrieves whet,er the capture device supports capturing audio with the 22Khz, 16-bit, mono wave format.
Format22KhzMono8Bit Retrieves whether the capture device supports capturing audio with the 22Khz, 8-bit, mono wave format.
Format22KhzStereo16Bit Retrieves whether the capture device supports capturing audio with the 22Khz, 16-bit, stereo wave format.
Format22KhzStereo8Bit Retrieves whether the capture device supports capturing audio with the 22Khz, 8-bit, stereo wave format.
Format44KhzMono16Bit Retrieves whether the capture device supports capturing audio with the 44Khz, 16-bit, mono wave format.
Format44KhzMono8Bit Retrieves whether the capture device supports capturing audio with the 44Khz, 8-bit, mono wave format.
Format44KhzStereo16Bit Retrieves whether the capture device supports capturing audio with the 44Khz, 16-bit, stereo wave format.
Format44KhzStereo8Bit Retrieves whether the capture device supports capturing audio with the 44Khz, 8-bit, stereo wave format.
Format48KhzMono16Bit Retrieves whether the capture device supports capturing audio with the 48Khz, 16-bit, mono wave format.
Format48KhzMono8Bit Retrieves whether the capture device supports capturing audio with the 48Khz, 8-bit, mono wave format.
Format48KhzStereo16Bit Retrieves whether the capture device supports capturing audio with the 48Khz, 16-bit, stereo wave format.
Format48KhzStereo8Bit Retrieves whether the capture device supports capturing audio with the 48Khz, 8-bit, stereo wave format.
Format96KhzMono16Bit Retrieves whether the capture device supports capturing audio with the 96Khz, 16-bit, mono wave format.
Format96KhzMono8Bit Retrieves whether the capture device supports capturing audio with the 96Khz, 8-bit, mono wave format.
Format96KhzStereo16Bit Retrieves whether the capture device supports capturing audio with the 96Khz, 16-bit, stereo wave format.
Format96KhzStereo8Bit Retrieves whether the capture device supports capturing audio with the 96Khz, 8-bit, stereo wave format.
MultipleCapture Retrieves whether multiple capture objects can be used simultaneously on the capture device.

Structure Information

Namespace Microsoft.DirectX.DirectSound
Assembly Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll)
Strong Name Microsoft.DirectX.DirectSound,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also