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

◆ get_seconds()

double MayaFlux::Kriya::NodeTimeSpec::get_seconds ( ) const
inline

Gets the duration of this operation.

Returns
Duration in seconds

This method returns the time duration associated with this operation, which determines how long a node will remain active when connected to this operation.

Definition at line 63 of file Operators.hpp.

63{ return m_seconds; }
double m_seconds
Duration of the operation in seconds.
Definition Operators.hpp:90