nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ LC3EncodeSessionClose()

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.

Parameters
[in]encodeHandleHandle to the encoder instance to close.