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 3f822e9..e072851 100644 --- a/media/audio/win/waveout_output_win.h +++ b/media/audio/win/waveout_output_win.h @@ -86,6 +86,9 @@ class PCMWaveOutAudioOutputStream : public AudioOutputStream { // Volume level from 0 to 1. float volume_; + // Channels from 0 to 6. + int channels_; + // 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_; |