Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Frame reader interface. More...
#include <iframe_reader.h>
Public Member Functions | |
virtual bool | read (Frame &frame)=0 |
Read audio frame. More... | |
Public Member Functions inherited from roc::core::ListNode< Tag > | |
ListData * | list_data () const |
Get pointer to internal data. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from roc::core::ListNode< Tag > | |
static ListNode * | list_node (ListData *data) |
Get pointer to parent node from pointer to internal data. More... | |
Frame reader interface.
Definition at line 22 of file iframe_reader.h.
|
pure virtual |
Read audio frame.
Implemented in roc::audio::Watchdog, roc::audio::ProfilingReader, roc::audio::PcmMapperReader, roc::audio::Mixer, roc::audio::LatencyMonitor, roc::audio::Depacketizer, roc::audio::ChannelMapperReader, roc::audio::ResamplerReader, roc::sndio::WavSource, roc::sndio::PulseaudioDevice, roc::sndio::SoxSource, roc::sndio::SndfileSource, roc::pipeline::TranscoderSource, and roc::pipeline::ReceiverSource.