]> git.sesse.net Git - casparcg/blobdiff - modules/ffmpeg/consumer/streaming_consumer.h
Created a consumer that provides sync to a channel based on the pace of another chann...
[casparcg] / modules / ffmpeg / consumer / streaming_consumer.h
index 2663cf4f152c9b6a310261e78d55b11d657544b8..7d7a40164e08bd79e10d25a913327ea53799e62e 100644 (file)
@@ -13,8 +13,8 @@ namespace caspar { namespace ffmpeg {
 
 void describe_streaming_consumer(core::help_sink& sink, const core::help_repository& repo);
 spl::shared_ptr<core::frame_consumer> create_streaming_consumer(
-               const std::vector<std::wstring>& params, core::interaction_sink*);
+               const std::vector<std::wstring>& params, core::interaction_sink*, std::vector<spl::shared_ptr<core::video_channel>> channels);
 spl::shared_ptr<core::frame_consumer> create_preconfigured_streaming_consumer(
-               const boost::property_tree::wptree& ptree, core::interaction_sink*);
+               const boost::property_tree::wptree& ptree, core::interaction_sink*, std::vector<spl::shared_ptr<core::video_channel>> channels);
 
-}}
\ No newline at end of file
+}}