|
FastLED 3.9.15
|
Definition at line 41 of file mpadecobjfixpt.h.
#include <mpadecobjfixpt.h>
Collaboration diagram for CMpaDecObj:Public Member Functions | |
| CMpaDecObj () | |
| ~CMpaDecObj () | |
| void | DecodeFrame_v (unsigned char *pSource, unsigned long *pulSize, unsigned char *pPCM, unsigned long *pulPCMSize) |
| void | DecodeFrame_v (unsigned char *pSource, unsigned long *pulSize, unsigned char *pPCM, unsigned long *pulPCMSize, int *errCode) |
| void | GetPCMInfo_v (unsigned long &ulSampRate, int &nChannels, int &nBitsPerSample) |
| int | GetSamplesPerFrame_n () |
| int | Init_n (unsigned char *pSync, unsigned long ulSize, unsigned char bUseSize=0) |
| void | SetTrustPackets (unsigned char bTrust) |
Private Attributes | |
| unsigned char | m_bTrustPackets |
| unsigned char | m_bUseFrameSize |
| MP3FrameInfo | m_lastMP3FrameInfo |
| void * | m_pDec |
| void * | m_pDecL1 |
| void * | m_pDecL2 |
| HMP3Decoder | m_pDecL3 |