diff options
Diffstat (limited to 'media/audio/win/waveout_output_win.h')
-rw-r--r-- | media/audio/win/waveout_output_win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/audio/win/waveout_output_win.h b/media/audio/win/waveout_output_win.h index e072851..4f090ba 100644 --- a/media/audio/win/waveout_output_win.h +++ b/media/audio/win/waveout_output_win.h @@ -89,6 +89,9 @@ class PCMWaveOutAudioOutputStream : public AudioOutputStream { // Channels from 0 to 6. int channels_; + // Number of bytes yet to be played in the hardware buffer. + int pending_bytes_; + // The id assigned by the operating system to the selected wave output // hardware device. Usually this is just -1 which means 'default device'. UINT device_id_; |