player_audio_wav Struct Reference
Data: Raw audio data. More...
#include <player_interfaces.h>
Collaboration diagram for player_audio_wav:

Detailed Description
Data: Raw audio data.
This data is used in the PLAYER_AUDIO_CMD_WAV_PLAY, and returned as PLAYER_AUDIO_DATA_WAV_REC when stream recording is enabled
Public Attributes | |
| uint32_t | data_count |
| length of raw data | |
| uint8_t * | data |
| raw data | |
| uint32_t | format |
| Raw data format. | |
The documentation for this struct was generated from the following file:

