|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sink interface. More...
#include <isink.h>
Additional Inherited Members | |
Public Member Functions inherited from roc::sndio::ITerminal | |
| virtual audio::SampleSpec | sample_spec () const =0 |
| Get sample specification of the terminal. | |
| virtual core::nanoseconds_t | latency () const =0 |
| Get latency of the terminal. | |
| virtual bool | has_clock () const =0 |
| Check if the terminal has own clock. | |
Public Member Functions inherited from roc::audio::IFrameWriter | |
| virtual void | write (Frame &frame)=0 |
| Write audio frame. | |
Public Member Functions inherited from roc::core::ListNode | |
| ListNodeData * | list_node_data () const |
| Get list node data. | |