3

All of the examples I find for building apps with Azure Media Services are using the .NET Azure Media Services SDK. Are there any reliable examples anywhere that showcase how to consume their REST APIs?

The reason I'm asking is that I need to leverage the services in Xamarin, and we can't use the .NET Azure Media Services SDK because it would not be portable across all three major mobile OSes.

4

1 回答 1

2

您是否正在寻找在 .NET 中使用 REST API 的示例?位于http://msdn.microsoft.com/en-us/library/azure/hh973617.aspx的常规其余 API 参考。

您可以在 MSDN 部分http://msdn.microsoft.com/en-us/library/azure/hh973629.aspx下找到各种 azure 媒体服务方案的 REST 请求示例

于 2014-08-13T15:44:07.390 回答