playerc_audio_t Struct Reference
Audio device data. More...
#include <playerc.h>
Collaboration diagram for playerc_audio_t:
Detailed Description
Audio device data.
Public Attributes | |
playerc_device_t | info |
Device info; must be at the start of all device structures. More... | |
player_audio_mixer_channel_list_detail_t | channel_details_list |
Details of the channels from the mixer. More... | |
player_audio_wav_t | wav_data |
last block of recorded data | |
player_audio_seq_t | seq_data |
last block of seq data | |
player_audio_mixer_channel_list_t | mixer_data |
current channel data | |
uint32_t | state |
current driver state | |
int | last_index |
Member Data Documentation
◆ channel_details_list
player_audio_mixer_channel_list_detail_t playerc_audio_t::channel_details_list |
Details of the channels from the mixer.
Referenced by PlayerCc::AudioProxy::GetDefaultInputChannel(), PlayerCc::AudioProxy::GetDefaultOutputChannel(), PlayerCc::AudioProxy::GetMixerDetails(), and PlayerCc::AudioProxy::GetMixerDetailsCount().
◆ info
playerc_device_t playerc_audio_t::info |
Device info; must be at the start of all device structures.
The documentation for this struct was generated from the following file: