Public Attributes | |
| AudioChannel * | chan |
| volatile uint | flags |
| volatile int | pcm_pos |
| volatile uint | frame |
| volatile TimeStamp | last_poll |
| volatile TimeStamp | poll_interval |
| volatile uint8 * | src_start |
| volatile int | src_size |
| volatile uint8 * | src_pos |
| volatile int | src_left |
| volatile ulong | dst_pos |
| volatile ulong | write_pos |
| volatile int | dst_left |
| volatile int | silence_left |
| int | min_fill |
| AudioFormat | format |
| LPDIRECTSOUNDBUFFER | dsbuf |
| int | buf_size |
| int | frame_bytes |
| CB_TRANSFER * | transfer |
| TRANSFER | transfer_data |
| volatile int | next_frame_called |
| volatile int | service_count |
| volatile int | frames_played |
| volatile int | original_frame |
| volatile int | original_dst_pos |
Definition at line 169 of file AUD_DSoundDriver.cpp.
| int AudioDriverChannelTag::buf_size |
Definition at line 197 of file AUD_DSoundDriver.cpp.
| AudioChannel* AudioDriverChannelTag::chan |
Definition at line 171 of file AUD_DSoundDriver.cpp.
| LPDIRECTSOUNDBUFFER AudioDriverChannelTag::dsbuf |
Definition at line 196 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::dst_left |
Definition at line 189 of file AUD_DSoundDriver.cpp.
| volatile ulong AudioDriverChannelTag::dst_pos |
Definition at line 187 of file AUD_DSoundDriver.cpp.
| volatile uint AudioDriverChannelTag::flags |
Definition at line 172 of file AUD_DSoundDriver.cpp.
| AudioFormat AudioDriverChannelTag::format |
Definition at line 195 of file AUD_DSoundDriver.cpp.
| volatile uint AudioDriverChannelTag::frame |
Definition at line 176 of file AUD_DSoundDriver.cpp.
| int AudioDriverChannelTag::frame_bytes |
Definition at line 198 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::frames_played |
Definition at line 205 of file AUD_DSoundDriver.cpp.
| volatile TimeStamp AudioDriverChannelTag::last_poll |
Definition at line 177 of file AUD_DSoundDriver.cpp.
| int AudioDriverChannelTag::min_fill |
Definition at line 191 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::next_frame_called |
Definition at line 203 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::original_dst_pos |
Definition at line 207 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::original_frame |
Definition at line 206 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::pcm_pos |
Definition at line 175 of file AUD_DSoundDriver.cpp.
| volatile TimeStamp AudioDriverChannelTag::poll_interval |
Definition at line 178 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::service_count |
Definition at line 204 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::silence_left |
Definition at line 190 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::src_left |
Definition at line 186 of file AUD_DSoundDriver.cpp.
| volatile uint8* AudioDriverChannelTag::src_pos |
Definition at line 185 of file AUD_DSoundDriver.cpp.
| volatile int AudioDriverChannelTag::src_size |
Definition at line 182 of file AUD_DSoundDriver.cpp.
| volatile uint8* AudioDriverChannelTag::src_start |
Definition at line 181 of file AUD_DSoundDriver.cpp.
| CB_TRANSFER* AudioDriverChannelTag::transfer |
Definition at line 200 of file AUD_DSoundDriver.cpp.
| TRANSFER AudioDriverChannelTag::transfer_data |
Definition at line 201 of file AUD_DSoundDriver.cpp.
| volatile ulong AudioDriverChannelTag::write_pos |
Definition at line 188 of file AUD_DSoundDriver.cpp.