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

◆ LC3DecodeSessionClose()

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.

Parameters
[in]decodeHandleHandle to the decoder instance to close.