Searched defs:AudioOutputStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_io.h15 // - AudioOutputStream : uses the AudioSource to render audio on a given
18 // - AudioManager : factory for the AudioOutputStream objects, manager
21 // The number and configuration of AudioOutputStream does not need to match the
43 // a given AudioOutputStream might or might not talk directly to hardware.
52 class MEDIA_EXPORT AudioOutputStream { class in namespace:media
70 virtual void OnError(AudioOutputStream* stream) = 0;
76 virtual ~AudioOutputStream() {}
83 // Since implementor of AudioOutputStream may have internal buffers, right

Completed in 391 milliseconds