]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProfile.cpp
Add Mlt::Profile.list().
[mlt] / src / mlt++ / MltProfile.cpp
index c8418ed496521adca2716c9004c0bbf3d2c28253..47302b7aa788c3013ef4424d68b1f104927aec1f 100644 (file)
@@ -120,3 +120,8 @@ double Profile::dar() const
 {
        return mlt_profile_dar( instance );
 }
+
+Properties* Profile::list()
+{
+       return new Properties( mlt_profile_list() );
+}