10#ifndef ZEP_AUDIO_PCM_BUFFER_POOL_WRITER_INTERFACE_HPP_
11#define ZEP_AUDIO_PCM_BUFFER_POOL_WRITER_INTERFACE_HPP_
21class PcmBufferPoolWriterInterface {
PCM buffer pool writer interface.
Definition PcmBufferPoolWriterInterface.hpp:21
virtual PcmBufferWriter GetWriter(bool wait) noexcept=0
書き込みバッファ(空きのあるバッファ)を1つ取り出す。
virtual void AbortGetWriter() noexcept=0
GetWriter(true)で待機中のスレッドに対し、待機を中断させる。
Writer implementation of PCM buffer.
Definition PcmBufferWriter.hpp:29
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19