Home | History | Annotate | Download | only in webrtc

Lines Matching refs:soundclip

317         LOG(LS_ERROR) << "Unable to start soundclip";
606 // TODO(juberti): Clean this up when we support setting the soundclip device.
628 LOG(LS_INFO) << "Initialized WebRtc soundclip engine.";
661 LOG(LS_ERROR) << "Unable to create soundclip: soundclip engine failed to "
665 WebRtcSoundclipMedia *soundclip = new WebRtcSoundclipMedia(this);
666 if (!soundclip->Init() || !soundclip->Enable()) {
667 delete soundclip;
670 return soundclip;
948 // soundclip device. At that time, reinstate the soundclip pause/resume code.
1410 void WebRtcVoiceEngine::RegisterSoundclip(WebRtcSoundclipMedia *soundclip) {
1411 soundclips_.push_back(soundclip);
1414 void WebRtcVoiceEngine::UnregisterSoundclip(WebRtcSoundclipMedia *soundclip) {
1417 soundclip);