class WavReader

Defined at line 14 of file ../../src/media/sounds/soundplayer/wav_reader.h

Public Methods

void WavReader ()

Defined at line 30 of file ../../src/media/sounds/soundplayer/wav_reader.cc

void ~WavReader ()

Defined at line 32 of file ../../src/media/sounds/soundplayer/wav_reader.cc

zx_status_t Process (DiscardableSound & sound)

Process the file referenced by |sound.fd()|, initializes |sound| as needed, and fills the

VMO with the audio contained in the file.

Defined at line 34 of file ../../src/media/sounds/soundplayer/wav_reader.cc

zx_status_t Process (DiscardableSound & sound, const uint8_t * data, size_t size)

Processes the provided buffer, initializes |sound| as needed, and fills the

VMO with the audio contained in the buffer.

Defined at line 47 of file ../../src/media/sounds/soundplayer/wav_reader.cc