![]() |
nrfxlib API 3.3.99
|
| int32_t LC3EncodeSessionData | ( | LC3EncoderHandle_t | encodeHandle, |
| LC3EncodeInput_t * | encodeInput, | ||
| LC3EncodeOutput_t * | encodeOutput ) |
#include <lc3/codec/inc/LC3API.h>
Encodes a frame of data using LC3.
This function processes the audio frame data passed in the encodeInput structure. It returns the encoded data in the encodeOutput structure.
| [in] | encodeHandle | Handle to an encoder instance. |
| [in] | encodeInput | Pointer to a structure pointing to the frame's audio samples to encode. |
| [in] | encodeOutput | Pointer to a structure to receive the frame's encoded data. |