mdns_airplay.h 288 B

123456789101112
  1. #pragma once
  2. /**
  3. * Initialize mDNS and advertise AirPlay 2 services
  4. *
  5. * This publishes:
  6. * - _airplay._tcp service (AirPlay 2)
  7. * - _raop._tcp service (Remote Audio Output Protocol)
  8. *
  9. * With all required TXT records for iOS to recognize the device
  10. */
  11. void mdns_airplay_init(void);