Home | History | Annotate | Download | only in audio

Lines Matching defs:AudioManager

29 class MEDIA_EXPORT AudioManager {
31 virtual ~AudioManager();
35 static AudioManager* Create();
40 static AudioManager* Get();
83 // Do not free the returned AudioOutputStream. It is owned by AudioManager.
104 // Do not free the returned AudioInputStream. It is owned by AudioManager.
131 // AudioManagerBase::GetPreferredOutputStreamParameters and each AudioManager
136 // for opening input streams. Each AudioManager needs to implement their own
142 AudioManager();
145 DISALLOW_COPY_AND_ASSIGN(AudioManager);