Index: content/common/media/media_stream_options.h |
diff --git a/content/common/media/media_stream_options.h b/content/common/media/media_stream_options.h |
index bbb1aa4b8cd424ce007f74bf1991576ff6ad3b2f..bd8c775568b9d0f3358eccdf4a8fa704d1f1715f 100644 |
--- a/content/common/media/media_stream_options.h |
+++ b/content/common/media/media_stream_options.h |
@@ -52,11 +52,13 @@ struct CONTENT_EXPORT StreamDeviceInfo { |
const std::string& device_param, |
int sample_rate, |
int channel_layout, |
+ int frames_per_buffer, |
bool opened); |
static bool IsEqual(const StreamDeviceInfo& first, |
const StreamDeviceInfo& second); |
MediaStreamDevice device; |
+ |
// Set to true if the device has been opened, false otherwise. |
bool in_use; |
// Id for this capture session. Unique for all sessions of the same type. |