Skip to content

lobrien/ChromeCast-Xam-iOS-Binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ChromeCast-Xam-iOS-Binding

Allows the ChromeCast to be programmed using Xamarin.iOS

Incomplete!

In order to use this, you will need to download Google's ChromeCast SDK from their developer's site.

  • Extract the framework
  • In Xamarin Studio, create an "iOS Binding Project"
  • Add the framework
  • Add ApiDefinition.cs
  • Compile it into a .dll, which you can reference from your applications

Preliminary!

The ChromeCast SDK is in beta as of this writing (2013-08-11) and seems certain to evolve. When that happens, the binding will need to be updated.

Because the SDK is almost certainly going to change, I haven't made any attempts to "C#-ify" the binding. I haven't normalized properties, created events, etc. beyond what was strictly necessary.

I used Objective Sharpie to generate 90% of the binding.

This is my first binding project, so I may have made egregious errors. Be kind and send pull requests.

About

Allows the ChromeCast to be programmed using Xamarin.iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages