BASS.NET API for the Un4seen BASS Audio Library

WaveFormClone Method

BASS.NET API for the Un4seen BASS Audio Library
Returns a new WaveForm instance which is a clone of the current one.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public WaveForm Clone(
	bool flat
)

Parameters

flat
Type: SystemBoolean
Set this to if you also want the data and beats array to be cloned - else they will be referenced.

Return Value

Type: WaveForm
The new (cloned) WaveForm - or on error.
Remarks

Note: The WaveForm must have been rendered before it might be cloned (i.e. IsRendered must return and IsRenderingInProgress must return ).
See Also

Reference