Copy this WaveBuffer to a destination buffer up to ByteBufferCount bytes.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic void Copy(
Array destinationArray
)
Public Sub Copy (
destinationArray As Array
)
public:
void Copy(
Array^ destinationArray
)
member Copy :
destinationArray : Array -> unit Parameters
- destinationArray Array
-
See Also