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

◆ event_count()

size_t MayaFlux::Kriya::EventChain::event_count ( ) const
inline

Gets the number of events in the chain.

Returns
Number of events

Definition at line 151 of file Chain.hpp.

151{ return m_events.size(); }
std::vector< TimedEvent > m_events
Collection of events in this chain.
Definition Chain.hpp:177