xine-lib 1.2.11
|
Data Fields | |
ao_driver_t | ao_driver |
int | capabilities |
xine_t * | xine |
LPDIRECTSOUND | dsobj |
LPDIRECTSOUNDBUFFER | dsbuffer |
DSBCAPS | dsbcaps |
LPDIRECTSOUNDNOTIFY | notify |
DSBPOSITIONNOTIFY | notify_events [2] |
long | buffer_size |
int | write_status |
unsigned long | write_pos |
uint8_t | prebuff [6 *(16/8) *(((44100/32)+1) &~1)] |
uint32_t | prebuff_size |
int | bits |
int | rate |
int | chnn |
int | frsz |
int | mute |
int | volume |
ao_driver_t ao_directx_t::ao_driver |
int ao_directx_t::bits |
Referenced by ao_directx_open(), and CreateSoundBuffer().
long ao_directx_t::buffer_size |
Referenced by ao_directx_delay(), ao_directx_write(), CreateSoundBuffer(), and FillSoundBuffer().
int ao_directx_t::capabilities |
int ao_directx_t::chnn |
Referenced by ao_directx_num_channels(), ao_directx_open(), and CreateSoundBuffer().
DSBCAPS ao_directx_t::dsbcaps |
Referenced by CreateSoundBuffer().
LPDIRECTSOUNDBUFFER ao_directx_t::dsbuffer |
Referenced by ao_directx_delay(), ao_directx_set_property(), CreateSoundBuffer(), DestroySoundBuffer(), and FillSoundBuffer().
LPDIRECTSOUND ao_directx_t::dsobj |
Referenced by CreateDirectSound(), CreateSoundBuffer(), and DestroyDirectSound().
int ao_directx_t::frsz |
Referenced by ao_directx_bytes_per_frame(), ao_directx_delay(), ao_directx_write(), and CreateSoundBuffer().
int ao_directx_t::mute |
Referenced by ao_directx_set_property().
LPDIRECTSOUNDNOTIFY ao_directx_t::notify |
Referenced by CreateSoundBuffer(), and DestroySoundBuffer().
DSBPOSITIONNOTIFY ao_directx_t::notify_events[2] |
Referenced by ao_directx_write(), CreateSoundBuffer(), and DestroySoundBuffer().
uint8_t ao_directx_t::prebuff[ 6 *(16/8) *(((44100/ 32)+1) &~1)] |
Referenced by ao_directx_write().
uint32_t ao_directx_t::prebuff_size |
Referenced by ao_directx_delay(), and ao_directx_write().
int ao_directx_t::rate |
Referenced by ao_directx_open(), and CreateSoundBuffer().
int ao_directx_t::volume |
Referenced by ao_directx_set_property(), and FillSoundBuffer().
unsigned long ao_directx_t::write_pos |
Referenced by ao_directx_delay(), and ao_directx_write().
int ao_directx_t::write_status |
Referenced by ao_directx_write(), and FillSoundBuffer().
xine_t* ao_directx_t::xine |
Referenced by ao_directx_open(), and ao_directx_set_property().