Commit 7bb3c466 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Fix documentation regarding drawable-nsobject.

parent ecc72fd1
...@@ -205,15 +205,9 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t *, libvlc_e ...@@ -205,15 +205,9 @@ VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t *, libvlc_e
* The object minimal_macosx expects is of kind NSObject and should * The object minimal_macosx expects is of kind NSObject and should
* respect the protocol: * respect the protocol:
* *
* @protocol VLCOpenGLVoutEmbedding * @protocol VLCOpenGLVideoViewEmbedding <NSObject>
* - (void)addVoutSubview:(NSView *)view; * - (void)addVoutSubview:(NSView *)view;
* - (void)removeVoutSubview:(NSView *)view; * - (void)removeVoutSubview:(NSView *)view;
*
* - (void)enterFullscreen;
* - (void)leaveFullscreen;
*
* - (BOOL)stretchesVideo;
* - (void)setOnTop: (BOOL)ontop; // Do we really want that in protocol?
* @end * @end
* *
* You can find a live example in VLCVideoView in VLCKit.framework. * You can find a live example in VLCVideoView in VLCKit.framework.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment