I know that I can add the code to support AirPlay for video files by presenting the video using MPVideoViewController and set the property allowAirPlay = YES. But I want to support AirPlay for my audio files.
Can I support AirPlay for my audio files by any way?
Can I support AirPlay for my audio files presented by AVAudioPlayer?
Thank you