|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Buffers::Buffer > MayaFlux::operator| | ( | const TemporalWrapper< Buffers::Buffer > & | wrapper, |
| Domain | domain | ||
| ) |
Activates a buffer in a specific domain for the duration specified by the TemporalWrapper.
This operator overload implements the syntax:
It activates the wrapped buffer in the given domain for the specified duration and channel(s).
| wrapper | The TemporalWrapper containing the buffer and timing information. |
| domain | The domain in which to activate the buffer. |
Definition at line 45 of file Temporal.cpp.
References MayaFlux::TemporalWrapper< T >::entity(), get_buffer_manager(), get_buffer_token(), get_node_graph_manager(), get_scheduler(), and MayaFlux::TemporalWrapper< T >::spec().
Here is the call graph for this function: