|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.CustomDSP.UseFloatSamples (
bUseFloatSamples as enumBoolean
) as enumErrorCodes
|
|
[C++]
short control.CustomDSP.UseFloatSamples (
short bUseFloatSamples
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
bUseFloatSamples
|
Boolean value that tells if the callback function needs to receive floating point samples.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|