OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WASAPIAudioInputStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/audio/win/
audio_low_latency_input_win.h
10
// - An object of
WASAPIAudioInputStream
is created by the AudioManager
33
//
WASAPIAudioInputStream
::HardwareSampleRate() to retrieve the sample rate.
81
class MEDIA_EXPORT
WASAPIAudioInputStream
88
WASAPIAudioInputStream
(AudioManagerWin* manager,
93
virtual ~
WASAPIAudioInputStream
();
212
DISALLOW_COPY_AND_ASSIGN(
WASAPIAudioInputStream
);
audio_low_latency_input_win.cc
18
WASAPIAudioInputStream
::
WASAPIAudioInputStream
(
75
WASAPIAudioInputStream
::~
WASAPIAudioInputStream
() {}
77
bool
WASAPIAudioInputStream
::Open() {
116
void
WASAPIAudioInputStream
::Start(AudioInputCallback* callback) {
148
void
WASAPIAudioInputStream
::Stop() {
150
DVLOG(1) << "
WASAPIAudioInputStream
::Stop()";
178
void
WASAPIAudioInputStream
::Close() {
179
DVLOG(1) << "
WASAPIAudioInputStream
::Close()"
[
all
...]
Completed in 119 milliseconds