10#ifndef ZEP_AUDIO_PCM_BUFFER_POOL_READER_INTERFACE_HPP_
11#define ZEP_AUDIO_PCM_BUFFER_POOL_READER_INTERFACE_HPP_
16class PcmBufferReader;.
PCM buffer pool reader interface.
Definition PcmBufferPoolReaderInterface.hpp:21
virtual void AbortGetReader() noexcept=0
GetReader(true) aborts the wait for a thread that is waiting on GetReader(true).
virtual PcmBufferReader GetReader(bool wait) noexcept=0
Extract one read buffer (buffer with valid data).
Reader implementation of PCM buffer.
Definition PcmBufferReader.hpp:29
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19