Microsoft DirectX 9.0 SDK Update (October 2004)

FullDuplex.FullDuplex Constructor

Language:

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

Initializes a new instance of the FullDuplex class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal captureDesc As CaptureBufferDescription, _
    ByVal bufferDesc As BufferDescription, _
    ByVal owner As Control, _
    ByVal level As CooperativeLevel, _
    ByRef captureBuffer As CaptureBuffer, _
    ByRef buffer As SecondaryBuffer _
)
C# public FullDuplex(
    CaptureBufferDescription captureDesc,
    BufferDescription bufferDesc,
    Control owner,
    CooperativeLevel level,
    ref CaptureBuffer captureBuffer,
    ref SecondaryBuffer buffer
);
Managed C++ public: FullDuplex(
    CaptureBufferDescription captureDesc,
    BufferDescription *bufferDesc,
    Control *owner,
    CooperativeLevel level,
    CaptureBuffer **captureBuffer,
    SecondaryBuffer **buffer
);
JScript .NET public function FullDuplex(
    captureDesc : CaptureBufferDescription,
    bufferDesc : BufferDescription,
    owner : Control,
    level : CooperativeLevel,
    captureBuffer : CaptureBuffer,
    buffer : SecondaryBuffer
);

Parameters

captureDesc Microsoft.DirectX.DirectSound.CaptureBufferDescription. The CaptureBufferDescription that specifies the characteristics of the capture buffer.
bufferDesc Microsoft.DirectX.DirectSound.BufferDescription. The BufferDescription that specifies the characteristics of the render buffer.
owner System.Windows.Forms.Control. The Control Leave Site that is the application window.
level Microsoft.DirectX.DirectSound.CooperativeLevel. Cooperative level for the device.
captureBuffer Microsoft.DirectX.DirectSound.CaptureBuffer. A reference to the CaptureBuffer object that is used for capturing audio data.
buffer Microsoft.DirectX.DirectSound.SecondaryBuffer. A reference to the SecondaryBuffer object that is used for rendering audio data.

Remarks

Exceptions
AllocatedException The request failed because resources, such as a priority level, were already in use by another caller.
ArgumentException Leave Site An invalid parameter was passed to the called method.
InvalidCallException The method call is invalid for the current state of this object.
NoAggregationException The object does not support aggregation.
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.


© 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