10#ifndef ZEP_AUDIO_PCM_BUFFER_POOL_WRITER_INTERFACE_HPP_
11#define ZEP_AUDIO_PCM_BUFFER_POOL_WRITER_INTERFACE_HPP_
16class PcmBufferWriter;.
PCM buffer pool writer interface.
Definition PcmBufferPoolWriterInterface.hpp:21
virtual PcmBufferWriter GetWriter(bool wait) noexcept=0
Extract one write buffer (free buffer).
virtual void AbortGetWriter() noexcept=0
Writer implementation of PCM buffer.
Definition PcmBufferWriter.hpp:29
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19