]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_events.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc / libvlc_events.h
index a58987b34fc3a458fda30ea70594689c1c90a1ea..8046b5f708632403f309219fa34c106b8e9a00a7 100644 (file)
@@ -49,7 +49,7 @@ enum libvlc_event_e {
     libvlc_MediaMetaChanged=0,
     libvlc_MediaSubItemAdded,
     libvlc_MediaDurationChanged,
-    libvlc_MediaPreparsedChanged,
+    libvlc_MediaParsedChanged,
     libvlc_MediaFreed,
     libvlc_MediaStateChanged,
 
@@ -127,7 +127,7 @@ typedef struct libvlc_event_t
         struct
         {
             int new_status;
-        } media_preparsed_changed;
+        } media_parsed_changed;
         struct
         {
             libvlc_media_t * md;
@@ -139,6 +139,10 @@ typedef struct libvlc_event_t
 
         /* media instance */
         struct
+        {
+            float new_cache;
+        } media_player_buffering;
+        struct
         {
             float new_position;
         } media_player_position_changed;