1

I googled it and in the official page, it said that they have .NET binding. But when I had a look on the list of bindings it provides, I couldn't find any binding for C#. So I wonder if such kind of binding really exist now.

Ivan
  • 341
  • 1
  • 4
  • 13

1 Answers1

1

i not use c# but you have already followed these links?

http://www.mono-project.com/docs/gui/gtksharp/

http://www.mono-project.com/docs/gui/gtksharp/gapi/

  • I use C# because I'm developing an ASP.NET application in my project and I have done half of it. Now I need to use [GStreamer Editing Services](https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/) in the backend to finish the left half part. As it uses GObject, I'm looking for .net bindings to let me use it in my ASP.NET application. – Ivan Aug 06 '16 at 11:12