36#ifndef __INCLUDE_AUDIOLITE_SOURCE_H
37#define __INCLUDE_AUDIOLITE_SOURCE_H
43#include <nuttx/config.h>
44#include <audiolite/al_component.h>
64 is_sync, prio, stack_sz)
70 virtual int start() = 0;
71 virtual void stop() = 0;
72 virtual void pause() = 0;
73 virtual int resume() = 0;
Definition: al_component.h:56
Definition: al_source.h:55