mp3stream.h 412 B

1234567891011121314151617181920212223
  1. //
  2. // Created by Jordy Sipkema on 28/03/16.
  3. //
  4. #ifndef MUTLI_OS_BUILD_MP3STREAM_H
  5. #define MUTLI_OS_BUILD_MP3STREAM_H
  6. #include "typedefs.h"
  7. #include <netinet/tcp.h>
  8. #include <sys/socket.h>
  9. #include <stdio.h>
  10. #include <string.h>
  11. bool play(void);
  12. bool connectToStream(u_long ipAddressStream, u_short port, char *radioUrl);
  13. u_char volumeUp(void);
  14. u_char volumeDown(void);
  15. #endif //MUTLI_OS_BUILD_MP3STREAM_H