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