GoogleCast:Google Cast协议的实现(.NET Standard 2.0库)

时间:2024-06-03 15:43:32
【文件属性】:

文件名称:GoogleCast:Google Cast协议的实现(.NET Standard 2.0库)

文件大小:83KB

文件格式:ZIP

更新时间:2024-06-03 15:43:32

C#

GoogleCast Google Cast协议(.NET Standard 2.0库)的实现。 该对于理解协议确实很有帮助。 另外两个C#项目也有助于实现该协议: 和 。 用法 // Use the DeviceLocator to find a Chromecast var receiver = ( await new DeviceLocator (). FindReceiversAsync ()). First (); var sender = new Sender (); // Connect to the Chromecast await sender . ConnectAsync ( receiver ); // Launch the default media receiver application var mediaChannel = sender . GetCha


网友评论