![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sink interface. More...
#include <isink.h>
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
virtual void | write (Frame &frame)=0 |
Write audio frame. | |
![]() | |
ListNodeData * | list_node_data () const |
Get list node data. | |