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

  /external/chromium_org/third_party/webrtc/sound/
automaticallychosensoundsystem.h 40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems]; member in class:rtc::AutomaticallyChosenSoundSystem
50 if (!sound_systems_[i].get()) {
51 sound_systems_[i].reset((*kSoundSystemCreators[i])());
53 if (sound_systems_[i]->Init()) {
56 wrapped_ = sound_systems_[i].get();

Completed in 66 milliseconds