[vlc-devel] [PATCH] EventManager: fix description

Daniel Amm da2424 at t-online.de
Fri Feb 12 14:31:50 CET 2016


---
 vlcpp/EventManager.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlcpp/EventManager.hpp b/vlcpp/EventManager.hpp
index ba60fb7..70a94a1 100644
--- a/vlcpp/EventManager.hpp
+++ b/vlcpp/EventManager.hpp
@@ -704,7 +704,7 @@ class MediaPlayerEventManager : public EventManager
         /**
          * \brief onAudioDevice Registers an event called when the current audio output device changes
          * \param f A std::function<void(std::string)> (or an equivalent Callable type)
-         *          The provided string is the new current volume.
+         *          The provided string is the new current audio device.
          */
         template <typename Func>
         RegisteredEvent onAudioDevice( Func&& f )
-- 
2.7.0.windows.1



More information about the vlc-devel mailing list