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

◆ history()

template<typename T >
Memory::HistoryBuffer< T > & MayaFlux::Kinesis::MotionChannel< T >::history ( )
inline

Direct access to the underlying HistoryBuffer.

Definition at line 231 of file MotionChannel.hpp.

231{ return m_history; }
Memory::HistoryBuffer< T > m_history

References MayaFlux::Kinesis::MotionChannel< T >::m_history.