Skip to main content
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

EnumDescription
SUCCESSAudio processor created successfully
SDK_NOT_INITIALIZEDSDK has not been initialized yet (call Initialize() first)
INVALID_PARAMETERSOne or more AudioParams fields are missing/invalid
PROCESSOR_LIMIT_REACHEDMaximum of 300 concurrent processors reached
FAILEDGeneral failure

See Also

RemoteSDK

The CreateAudioProcessor() method that returns this enum

AudioParams

Configuration object passed to CreateAudioProcessor()