| Index: media/audio/win/waveout_output_win.h
|
| ===================================================================
|
| --- media/audio/win/waveout_output_win.h (revision 21800)
|
| +++ media/audio/win/waveout_output_win.h (working copy)
|
| @@ -86,6 +86,9 @@
|
| // 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_;
|
|
|
| Property changes on: media\audio\win\waveout_output_win.h
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/media/audio/win/waveout_output_win.h:r21613
|
|
|
|
|