Files
snapclient/components/rtprx/include/rtprx.h

12 lines
174 B
C
Raw Normal View History

2020-04-23 00:15:11 +02:00
#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_ */