nrfxlib API 2.8.99
|
void LC3DecodeSessionClose | ( | LC3DecoderHandle_t | decodeHandle | ) |
#include <lc3/codec/inc/LC3API.h>
Closes an LC3 Decoder session.
This function closes the decodeHandle's session and and releases allocated session memory. Memory passed in the LC3DecodeSessionOpen's buffer parameter can be freed after this returns. The decodeHandle is no longer valid and should not be reused.
[in] | decodeHandle | Handle to the decoder instance to close. |