Searched defs:WebAudioCapturerSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dwebaudio_capturer_source.cc23 WebAudioCapturerSource::WebAudioCapturerSource() function in class:content::WebAudioCapturerSource
29 WebAudioCapturerSource::~WebAudioCapturerSource() {
32 void WebAudioCapturerSource::setFormat(
35 DVLOG(1) << "WebAudioCapturerSource::setFormat(sample_rate="
39 LOG(WARNING) << "WebAudioCapturerSource::setFormat() : unhandled format.";
47 // Set the format used by this WebAudioCapturerSource. We are using 10ms data
64 void WebAudioCapturerSource::Start(
73 void WebAudioCapturerSource
[all...]
H A Dwebaudio_capturer_source.h22 // WebAudioCapturerSource is the missing link between
29 class WebAudioCapturerSource class in namespace:content
30 : public base::RefCountedThreadSafe<WebAudioCapturerSource>,
33 WebAudioCapturerSource();
43 // Called when the WebAudioCapturerSource is hooking to a media audio track.
53 friend class base::RefCountedThreadSafe<WebAudioCapturerSource>;
54 virtual ~WebAudioCapturerSource();
60 // The audio track this WebAudioCapturerSource is feeding data to.
91 DISALLOW_COPY_AND_ASSIGN(WebAudioCapturerSource);

Completed in 268 milliseconds