Microsoft DirectX 9.0 SDK Update (October 2004)

CaptureCaps Structure

Language:

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

Contains properties that describes the capabilities of the capture device.

Definition

Visual Basic .NET Public Structure CaptureCaps
C# public struct CaptureCaps
Managed C++ public __value struct CaptureCaps
JScript .NET In JScript .NET, you can use structures, but you cannot define your own.

Members Table

Method Description
CaptureCaps Initializes a new instance of the CaptureCaps structure.
ToString Obtains a string representation of the current instance.
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.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

See Also


© 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