#include <stdint.h>
Go to the source code of this file.
|
| uint8_t | UECompressBinkAudio (void *PcmData, uint32_t PcmDataLen, uint32_t PcmRate, uint8_t PcmChannels, uint8_t Quality, uint8_t GenerateSeekTable, uint16_t SeekTableMaxEntries, BAUECompressAllocFnType *MemAlloc, BAUECompressFreeFnType *MemFree, void **OutData, uint32_t *OutDataLen) |
| |
◆ BINKA_COMPRESS_ERROR_ALLOCATORS
| #define BINKA_COMPRESS_ERROR_ALLOCATORS 5 |
◆ BINKA_COMPRESS_ERROR_CHANS
| #define BINKA_COMPRESS_ERROR_CHANS 1 |
◆ BINKA_COMPRESS_ERROR_OUTPUT
| #define BINKA_COMPRESS_ERROR_OUTPUT 6 |
◆ BINKA_COMPRESS_ERROR_QUALITY
| #define BINKA_COMPRESS_ERROR_QUALITY 4 |
◆ BINKA_COMPRESS_ERROR_RATE
| #define BINKA_COMPRESS_ERROR_RATE 3 |
◆ BINKA_COMPRESS_ERROR_SAMPLES
| #define BINKA_COMPRESS_ERROR_SAMPLES 2 |
◆ BINKA_COMPRESS_ERROR_SEEKTABLE
| #define BINKA_COMPRESS_ERROR_SEEKTABLE 7 |
◆ BINKA_COMPRESS_ERROR_SIZE
| #define BINKA_COMPRESS_ERROR_SIZE 8 |
◆ BINKA_COMPRESS_SUCCESS
| #define BINKA_COMPRESS_SUCCESS 0 |
◆ BINKA_MAX_CHANS_STR
◆ BINKA_MAX_RATE_STR
◆ BINKA_MIN_RATE_STR
◆ BAUECompressAllocFnType
◆ BAUECompressFreeFnType
◆ UECompressBinkAudio()
| uint8_t UECompressBinkAudio |
( |
void * |
PcmData, |
|
|
uint32_t |
PcmDataLen, |
|
|
uint32_t |
PcmRate, |
|
|
uint8_t |
PcmChannels, |
|
|
uint8_t |
Quality, |
|
|
uint8_t |
GenerateSeekTable, |
|
|
uint16_t |
SeekTableMaxEntries, |
|
|
BAUECompressAllocFnType * |
MemAlloc, |
|
|
BAUECompressFreeFnType * |
MemFree, |
|
|
void ** |
OutData, |
|
|
uint32_t * |
OutDataLen |
|
) |
| |