player_waveform_data Struct Reference
#include <player.h>
Detailed Description
Data: sample (PLAYER_WAVEFORM_DATA_SAMPLE).
The waveform
interface reads a digitized waveform from the target device.
Public Attributes | |
uint32_t | rate |
Bit rate - bits per second. | |
uint32_t | depth |
Depth - bits per sample. | |
uint32_t | data_count |
Samples - the number of bytes of raw data. | |
uint8_t | data [PLAYER_WAVEFORM_DATA_MAX] |
data - an array of raw data |
The documentation for this struct was generated from the following file: