HomeSort by relevance Sort by last modified time
    Searched full:soundclip (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
soundclip.cc 28 #include "talk/session/phone/soundclip.h"
52 Soundclip::Soundclip(talk_base::Thread *thread, SoundclipMedia *soundclip_media)
57 bool Soundclip::PlaySound(const void *clip,
65 bool Soundclip::PlaySound_w(const void *clip,
73 void Soundclip::OnMessage(talk_base::Message *message) {
soundclip.h 42 // Soundclip wraps SoundclipMedia to support marshalling calls to the proper
44 class Soundclip : private talk_base::MessageHandler {
46 Soundclip(talk_base::Thread* thread, SoundclipMedia* soundclip_media);
50 // on this Soundclip, it is stopped. If clip is NULL, nothing is played.
channelmanager.h 44 class Soundclip;
117 // Creates a soundclip.
118 Soundclip* CreateSoundclip();
119 // Destroys a soundclip created with the Create API.
120 void DestroySoundclip(Soundclip* soundclip);
162 typedef std::vector<Soundclip*> Soundclips;
173 Soundclip* CreateSoundclip_w();
174 void DestroySoundclip_w(Soundclip* soundclip);
    [all...]
channelmanager.cc 41 #include "talk/session/phone/soundclip.h"
386 Soundclip* ChannelManager::CreateSoundclip() {
387 talk_base::TypedMessageData<Soundclip*> data(NULL);
392 Soundclip* ChannelManager::CreateSoundclip_w() {
403 Soundclip* soundclip = new Soundclip(worker_thread_, soundclip_media); local
404 soundclips_.push_back(soundclip);
405 return soundclip;
408 void ChannelManager::DestroySoundclip(Soundclip* soundclip)
    [all...]
mediaengine.h 106 // Creates a soundclip object for playing sounds on. Returns NULL on failure.
120 // TODO: Add method for selecting the soundclip device.
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 176 "session/phone/soundclip.cc",

Completed in 202 milliseconds