X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltService.h;fp=mlt%2B%2B%2Fsrc%2FMltService.h;h=0e5af048f4d75636b6e5bc3aca64bf63c300520c;hb=86d5ec6413cb945b81475a91ee998b46c6c95a73;hp=1e8a9362511ffbff5e3b6acb262611d1d877186d;hpb=bb5183402001f5b7e481af14d631c68f62035abd;p=melted diff --git a/mlt++/src/MltService.h b/mlt++/src/MltService.h index 1e8a936..0e5af04 100644 --- a/mlt++/src/MltService.h +++ b/mlt++/src/MltService.h @@ -32,20 +32,6 @@ namespace Mlt class Filter; class Frame; - enum service_type - { - invalid_type, - unknown_type, - producer_type, - playlist_type, - tractor_type, - multitrack_type, - filter_type, - transition_type, - consumer_type, - field_type - }; - class Service : public Properties { private: @@ -61,7 +47,7 @@ namespace Mlt Service *consumer( ); Service *producer( ); Frame *get_frame( int index = 0 ); - service_type type( ); + mlt_service_type type( ); int attach( Filter &filter ); int detach( Filter &filter ); Filter *filter( int index );