]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_vlm.h
libvlc_vlm_release added
[vlc] / include / vlc / libvlc_vlm.h
index 80ca9ff8bea600f90d8b8cc7d8ec609c247de6dd..a999ff85407fba0da836c5f3a07c61e7f7cdeffb 100644 (file)
@@ -38,6 +38,15 @@ extern "C" {
  * @{
  */
 
+    
+/**
+ * Release the vlm instance related to the given libvlc_instance_t
+ *
+ * \param p_instance the instance
+ * \param p_e an initialized exception pointer
+ */
+VLC_PUBLIC_API void libvlc_vlm_release( libvlc_instance_t *, libvlc_exception_t * );
+    
 /**
  * Add a broadcast, with one input.
  *