Chromium Code Reviews| Index: media/audio/win/audio_unified_win.h |
| diff --git a/media/audio/win/audio_unified_win.h b/media/audio/win/audio_unified_win.h |
| index 0e8e82984a9df5005fa6ecb64d1062df2a0b1050..c71916600e720a60370291babed50a0dbf2d7df1 100644 |
| --- a/media/audio/win/audio_unified_win.h |
| +++ b/media/audio/win/audio_unified_win.h |
| @@ -117,6 +117,9 @@ class MEDIA_EXPORT WASAPIUnifiedStream |
| // True when successfully opened. |
| bool opened_; |
| + // Volume level from 0 to 1. |
| + float volume_; |
|
tommi (sloooow) - chröme
2013/02/01 11:57:53
use double
henrika (OOO until Aug 14)
2013/02/01 12:23:52
Done.
|
| + |
| // Size in bytes of each audio frame (4 bytes for 16-bit stereo PCM). |
| size_t frame_size_; |