[vlc-commits] [Git][videolan/libvlcpp][master] MediaPlayer: add unsetRenderer
Martin Finkel
gitlab at videolan.org
Sun Apr 8 12:42:15 CEST 2018
Martin Finkel pushed to branch master at VideoLAN / libvlcpp
Commits:
b264665a by Martin Finkel at 2018-04-08T12:26:58+07:00
MediaPlayer: add unsetRenderer
- - - - -
1 changed file:
- vlcpp/MediaPlayer.hpp
Changes:
=====================================
vlcpp/MediaPlayer.hpp
=====================================
--- a/vlcpp/MediaPlayer.hpp
+++ b/vlcpp/MediaPlayer.hpp
@@ -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:
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/b264665a3e9f1c38179e8c99e2ad778b696e165c
---
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/b264665a3e9f1c38179e8c99e2ad778b696e165c
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list