#include <audio_common_defs.h>

Public Attributes | |
| int32_t | identifier |
| [in] Data identifier, use anyway | |
| PcmProcDoneCallback | callback |
| [in] Callback for any pcm data processing | |
| MemMgrLite::MemHandle | mh |
| [in] Memory handle for output PCM data | |
| uint32_t | sample |
| [in] Sample number of PCM data | |
| uint32_t | size |
| [in] Byte size of input data | |
| bool | is_end |
| [in] True: Last data of current session. | |
| bool | is_valid |
| [in] True: Valid PCM frame. | |
| uint8_t | bit_length |
| [in] Data bit length | |
PCM data parameter