|
|
MediaStreamTrack: Add echo-cancellation and device-id to getSettings
This CL lets MediaStreamTrack.getSettings() return the echoCancellation
and deviceId settings.
This involves making a call path so that one can get from a
MediaStreamTrack to the WebMediaStreamSource associated with it, which
means adding a specific API to the ExtraData objects involved.
BUG= 682245
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+78 lines, -4 lines) |
Patch |
 |
M |
content/renderer/media/external_media_stream_audio_source.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/external_media_stream_audio_source.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_audio_track.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webaudio_media_stream_source.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webaudio_media_stream_source.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc/processed_local_audio_source.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc/processed_local_audio_source.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamTrack-getSettings.html
|
View
|
|
2 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebMediaStreamSource.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
1 comment
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebMediaStreamTrack.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
1 comment
|
Download
|
Total messages: 10 (3 generated)
|