[vlc-commits] [Git][videolan/libvlcpp][master] Media: provide	parseStop
    Hugo Beauzée-Luyssen 
    gitlab at videolan.org
       
    Thu Oct  5 09:51:04 CEST 2017
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at videolan / libvlcpp
Commits:
4db4f840 by Pierre Lamot at 2017-10-05T09:49:32+02:00
Media: provide parseStop
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
- - - - -
1 changed file:
- vlcpp/Media.hpp
Changes:
=====================================
vlcpp/Media.hpp
=====================================
--- a/vlcpp/Media.hpp
+++ b/vlcpp/Media.hpp
@@ -613,6 +613,11 @@ public:
     {
         return static_cast<ParsedStatus>( libvlc_media_get_parsed_status( *this ) );
     }
+
+    void parseStop()
+    {
+        libvlc_media_parse_stop( *this );
+    }
 #endif
 
     /**
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/4db4f8406f5a7d5f3d9d08f4a0b13affb0b2edd0
---
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/4db4f8406f5a7d5f3d9d08f4a0b13affb0b2edd0
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list