[Mono-list] Binding gstreamer

Miguel de Icaza miguel at ximian.com
Tue Nov 22 22:46:01 EST 2005


> Since Python can run on Mono using IronPython, I was wondering if it is
> possible to do this:
> * one class in IronPython that uses the Python bindings for gstreamer
> and provides methods to play, stop, pause, etc.
> * one class in C# that would use the IronPython class to play,
> stop,pause, etc.

Python "bindings" typically use C glue which is not compatible with
IronPython.

> 
> I wonder, for example, how exceptions are handled from IronPython to C#
> 
> 
> Thank you
> Julien
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
-- 
Miguel de Icaza <miguel at ximian.com>


More information about the Mono-list mailing list