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
YangLei
libvlcpp
Commits
b264665a
Commit
b264665a
authored
Apr 08, 2018
by
Martin Finkel
Browse files
MediaPlayer: add unsetRenderer
parent
4202d81d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlcpp/MediaPlayer.hpp
View file @
b264665a
...
...
@@ -1699,6 +1699,11 @@ public:
return
libvlc_media_player_set_renderer
(
*
this
,
rendererItem
)
==
0
;
}
void
unsetRenderer
()
{
libvlc_media_player_set_renderer
(
*
this
,
nullptr
);
}
#endif
private:
...
...
Write
Preview
Supports
Markdown
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