MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ FileToStreamChain()

MayaFlux::Buffers::FileToStreamChain::FileToStreamChain ( std::shared_ptr< Kakshya::SoundFileContainer file_container,
std::shared_ptr< Kakshya::DynamicSoundStream capture_stream,
uint32_t  source_channel = 0 
)

Definition at line 13 of file FileBridgeBuffer.cpp.

16 : m_file_container(std::move(file_container))
17 , m_capture_stream(std::move(capture_stream))
18 , m_source_channel(source_channel)
19{
21}
std::shared_ptr< Kakshya::DynamicSoundStream > m_capture_stream
std::shared_ptr< Kakshya::SoundFileContainer > m_file_container

References setup_processors().

+ Here is the call graph for this function: