httpstream.h 237 B

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