]> git.sesse.net Git - mlt/blobdiff - src/mlt++/mlt++.vers
Add mlt_playlist_mix_in() and mlt_playlist_mix_out().
[mlt] / src / mlt++ / mlt++.vers
index a40ae82d5d22c53915b29083c0c3b0292b8a6fbc..4c58b12c2e39ebf5c34807819bfb4ca4a8dbdc46 100644 (file)
@@ -440,19 +440,30 @@ MLTPP_0.9.0 {
   global:
     extern "C++" {
       "Mlt::Deque::peek(int)";
-      "Mlt::Properties::get_color(char const*)";
       "Mlt::Properties::anim_get(char const*, int, int)";
-      "Mlt::Properties::anim_set(char const*, char const*, int, int)";
-      "Mlt::Properties::anim_get_int(char const*, int, int)";
-      "Mlt::Properties::anim_set(char const*, int, int, int, mlt_keyframe_type)";
       "Mlt::Properties::anim_get_double(char const*, int, int)";
+      "Mlt::Properties::anim_get_int(char const*, int, int)";
+      "Mlt::Properties::anim_get_rect(char const*, int, int)";
+      "Mlt::Properties::anim_set(char const*, char const*, int, int)";
       "Mlt::Properties::anim_set(char const*, double, int, int, mlt_keyframe_type)";
-      "Mlt::Properties::set(char const*, mlt_rect)";
-      "Mlt::Properties::set(char const*, double, double, double, double, double)";
-      "Mlt::Properties::get_rect(char const*)";
+      "Mlt::Properties::anim_set(char const*, int, int, int, mlt_keyframe_type)";
       "Mlt::Properties::anim_set(char const*, mlt_rect, int, int, mlt_keyframe_type)";
-      "Mlt::Properties::anim_get_rect(char const*, int, int)";
+      "Mlt::Properties::get_color(char const*)";
+      "Mlt::Properties::get_rect(char const*)";
+      "Mlt::Properties::set(char const*, double, double, double, double, double)";
+      "Mlt::Properties::set(char const*, mlt_color)";
+      "Mlt::Properties::set(char const*, mlt_rect)";
       "Mlt::Service::filter_count()";
       "Mlt::Service::move_filter(int, int)";
     };
 } MLTPP_0.8.8;
+
+MLTPP_0.9.2 {
+  global:
+    extern "C++" {
+      "Mlt::Playlist::mix_in(int, int)";
+      "Mlt::Playlist::mix_out(int, int)";
+      "Mlt::Properties::frames_to_time(int, mlt_time_format)";
+      "Mlt::Properties::time_to_frames(char const*)";
+    };
+} MLTPP_0.9.0;