httpstream.h 269 B

123456789101112131415
  1. //
  2. // Created by janco on 25-2-16.
  3. //
  4. #ifndef _Httpstream_H
  5. #define _Httpstream_H
  6. #include "typedefs.h"
  7. extern bool HttpIsStreaming(void);
  8. extern void playStream(char *ipaddr, u_short port, char *radiourl);
  9. extern void stopStream(void);
  10. #endif /* _Httpstream_H */