CaptureBuffer.Caps Property (Microsoft.DirectX.DirectSound)

Retrieves the capabilities of the capture buffer.

Definition

Visual Basic Public ReadOnly Property Caps As CaptureBufferCaps
C# public CaptureBufferCaps Caps { get; }
C++ public:
property CaptureBufferCaps Caps {
        CaptureBufferCaps get();
}
JScript public function get Caps() : CaptureBufferCaps

Property Value

Microsoft.DirectX.DirectSound.CaptureBufferCaps
A CaptureBufferCaps structure that describes the capibilites of the CaptureBuffer object.

This property is read-only.