]> git.sesse.net Git - casparcg/blobdiff - core/mixer/read_frame.h
2.0. audio:
[casparcg] / core / mixer / read_frame.h
index a3afc36cd14b22d255008618067635d818aa2b17..976ca39f90d42517d52a2af045cc87470fe21267 100644 (file)
@@ -21,6 +21,8 @@
 \r
 #include <common/memory/safe_ptr.h>\r
 \r
+#include <core/mixer/audio/audio_mixer.h>\r
+\r
 #include <boost/noncopyable.hpp>\r
 #include <boost/range/iterator_range.hpp>\r
 \r
@@ -37,7 +39,7 @@ class read_frame : boost::noncopyable
 {\r
 public:\r
        read_frame();\r
-       read_frame(ogl_device& ogl, size_t size, safe_ptr<host_buffer>&& image_data, std::vector<int32_t>&& audio_data);\r
+       read_frame(ogl_device& ogl, size_t size, safe_ptr<host_buffer>&& image_data, audio_buffer&& audio_data);\r
 \r
        virtual const boost::iterator_range<const uint8_t*> image_data();\r
        virtual const boost::iterator_range<const int32_t*> audio_data();\r