Microsoft DirectX 9.0 SDK Update (October 2004)

CaptureBuffer.CaptureBuffer Constructor

Language:

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

Initializes a new instance of the CaptureBuffer class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal desc As CaptureBufferDescription, _
    ByVal parent As Capture _
)
C# public CaptureBuffer(
    CaptureBufferDescription desc,
    Capture parent
);
Managed C++ public: CaptureBuffer(
    CaptureBufferDescription desc,
    Capture *parent
);
JScript .NET public function CaptureBuffer(
    desc : CaptureBufferDescription,
    parent : Capture
);

Parameters

desc Microsoft.DirectX.DirectSound.CaptureBufferDescription. A CaptureBufferDescription structure that describes the capture buffer to create.
parent Microsoft.DirectX.DirectSound.Capture. The Capture object that represents the parent capture device to use with the capture buffer.

Remarks

Exceptions
ArgumentException Leave Site An invalid parameter was passed to the called method.
NoDriverException No sound driver is available for use, or the given globally unique identifier (GUID) is not a valid Microsoft® DirectSound® device identifier (ID).
OutOfMemoryException Leave Site DirectSound could not allocate sufficient memory to complete the call.
SoundException Root exception type for all DirectSound exceptions. Derives from DirectXException.


© 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