CreateProcessorResult is the second element of the tuple returned by RemoteSDK.CreateAudioProcessor(). It tells you whether the audio processor was created successfully or what went wrong.
Values
| Enum | Description |
|---|---|
SUCCESS | Audio processor created successfully |
SDK_NOT_INITIALIZED | SDK has not been initialized yet (call Initialize() first) |
INVALID_PARAMETERS | One or more AudioParams fields are missing/invalid |
PROCESSOR_LIMIT_REACHED | Maximum of 300 concurrent processors reached |
FAILED | General failure |
See Also
RemoteSDK
The
CreateAudioProcessor() method that returns this enumAudioParams
Configuration object passed to
CreateAudioProcessor()