Files
snapclient/components/rtprx/include/rtprx.h
jorgenkraghjakobsen 0867516166 Init commit
2020-04-23 00:15:11 +02:00

12 lines
174 B
C

#ifndef _RTPRX_H_
#define _RTPRX_H_
void rtp_rx_start(void);
void rtp_rx_stop(void);
void rtp_rx_task(void *pvParameters);
void setup_rtp_i2s();
#endif /* _RTPRX_H_ */