#include <Devices.h>
Inheritance diagram for DeviceCallback:
Public Member Functions | |
virtual samples_t | OnBuffer (void *buf, const samples_t len, const samples_t pos, const format_ex_t &fmt)=0 |
Supply data. |
Derived classes implement a glue between a Device object and the main process thread. Using this glue the device asks for wave data to play.
|
Supply data.
Implemented in PlayCallback. |