Skip to main content

odin_resampler_destroy

Destroys the given ODIN resampler instance. After this call, all attempts to use this handle will fail.

Declaration
OdinReturnCode odin_resampler_destroy(OdinResamplerHandle resampler);

Parameters

resampler

Handle of the resampler to be destroyed. See

OdinResamplerHandle

for more information.

Declaration
OdinResamplerHandle resampler;

Returns

A return code indicating success or failure.

Return Type
OdinReturnCode