Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
52676b52
Commit
52676b52
authored
Aug 09, 2007
by
Pierre d'Herbemont
Browse files
vlc/libvlc.h: Advertise libvlc_media_instance_set_drawable.
parent
6f5d4e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc/libvlc.h
View file @
52676b52
...
...
@@ -348,6 +348,8 @@ VLC_PUBLIC_API void libvlc_media_instance_play ( libvlc_media_instance_t *, libv
VLC_PUBLIC_API
void
libvlc_media_instance_pause
(
libvlc_media_instance_t
*
,
libvlc_exception_t
*
);
VLC_PUBLIC_API
void
libvlc_media_instance_stop
(
libvlc_media_instance_t
*
,
libvlc_exception_t
*
);
VLC_PUBLIC_API
void
libvlc_media_instance_set_drawable
(
libvlc_media_instance_t
*
,
libvlc_drawable_t
,
libvlc_exception_t
*
);
/// \bug This might go away ... to be replaced by a broader system
VLC_PUBLIC_API
vlc_int64_t
libvlc_media_instance_get_length
(
libvlc_media_instance_t
*
,
libvlc_exception_t
*
);
VLC_PUBLIC_API
vlc_int64_t
libvlc_media_instance_get_time
(
libvlc_media_instance_t
*
,
libvlc_exception_t
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment