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();
|