Skip to main content
DestroyProcessorResult is returned by RemoteSDK.DestroyAudioProcessor() and indicates whether the audio processor was destroyed and its resources released successfully.

Values

EnumDescription
SUCCESSProcessor destroyed and resources released
SDK_NOT_INITIALIZEDSDK has not been initialized
INVALID_PROCESSORThe processor reference is invalid or unrecognized
PROCESSOR_ALREADY_DESTROYEDProcessor was already destroyed
FAILEDGeneral failure

See Also

RemoteSDK

The DestroyAudioProcessor() method that returns this enum

AudioProcessor

The processor instance you pass to DestroyAudioProcessor()