[vlc-devel] Can't Embed VLC in Qt4/wx on OSX with PyQt4/wx and Python Bindings
Olivier Aubert
olivier.aubert at liris.cnrs.fr
Fri Nov 27 10:36:25 CET 2009
Hello
Shouldn't this (precious) information, maybe with additional details, be
put in the doxygen doc of set_nsobject ?
Olivier
On Thu, 2009-11-26 at 13:40 +0100, Pierre d'Herbemont wrote:
> The object minimal_macosx expects is of kind NSObject and should
> respect the protocol:
>
> @protocol VLCOpenGLVoutEmbedding
> - (void)addVoutSubview:(NSView *)view;
> - (void)removeVoutSubview:(NSView *)view;
>
> - (void)enterFullscreen;
> - (void)leaveFullscreen;
>
> - (BOOL)stretchesVideo;
> - (void)setOnTop: (BOOL)ontop; /* Do we really want that in protocol? */
> @end
>
> You can find a live example in VLCVideoView in VLCKit.framework.
>
> So you'll have to build this custom Object.
>
> Pierre.
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list