|
player_waveform_data Struct Reference
[waveform]
#include <player.h>
List of all members.
Detailed Description
Data.
The waveform interface reads a digitized waveform from the target device.
|
Public Attributes |
uint32_t | rate |
uint16_t | depth |
uint32_t | samples |
uint8_t | data [PLAYER_WAVEFORM_DATA_MAX] |
Member Data Documentation
|
Bit rate - bits per second |
|
Samples - the number of bytes of raw data |
|
data - an array of raw data |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:16:02 2005 for Player by 1.3.6
|