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

◆ stop()

void MayaFlux::IO::RelaxationGridCapture::stop ( )

Close the archive.

No-op if not currently capturing.

Definition at line 191 of file SpatialTransfer.cpp.

192{
193 if (!m_cache) {
194 return;
195 }
196
197 m_cache->close();
198 m_cache.reset();
199
201 "RelaxationGridCapture: stopped '{}'", m_stream_name);
202}
#define MF_INFO(comp, ctx,...)
std::shared_ptr< SpatialCache > m_cache
@ FileIO
Filesystem I/O operations.
@ IO
Networking, file handling, streaming.

References MayaFlux::Journal::FileIO, MayaFlux::Journal::IO, m_cache, m_stream_name, and MF_INFO.

Referenced by ~RelaxationGridCapture().

+ Here is the caller graph for this function: