Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到了shairport和shairport4w项目,它们将音乐从 iDevice(Apple 称为 AirTunes/AirPlay)流式传输到计算机。我想为我的媒体播放器做同样的事情。这两个项目在 C/C++/Perl 中,所以我不能将它们移植到 C#/VB。
谁能解释一下 AirTunes 协议的工作原理以及如何在 .NET 中实现它?
您有 2 个选项:
DllImport
Process.Start
这是旧的,但可能是一个很好的起点;
JustPort
Airfoil的第一个版本就是基于此