Buffer.Clone Method |
Language: |
Duplicates the buffer object.
Visual Basic Public Function Clone( _
ByVal parent As Device _
) As BufferC# public Buffer Clone(
Device parent
);C++ public:
Buffer^ Clone(
Device^ parent
);JScript public function Clone(
parent : Device
) : Buffer;
parent Microsoft.DirectX.DirectSound.Device
The Device object associated with the buffer.
Microsoft.DirectX.DirectSound.Buffer
A Buffer object that represents the cloned buffer.
This method is not valid for buffers created with BufferCaps.ControlEffects set to true.
Initially, the duplicate buffer will have the same parameters as the original buffer. However, the application can change the parameters of each buffer independently, and each can be played or stopped without affecting the other.
Exceptions
ArgumentNullException The parent parameter is null. AllocatedException The request failed because resources, such as a priority level, were already in use by another caller. InvalidCallException The method call is invalid for the current state of this object. ArgumentException An invalid parameter was passed to the method.
SecondaryBuffer
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center