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

◆ Play()

MAYAFLUX_API Kriya::ActionToken MayaFlux::Play ( std::shared_ptr< Nodes::Node node)

Creates an action to play a node.

Parameters
nodeNode to play
Returns
ActionToken representing the action

Adds the node to the default engine's processing chain.

Definition at line 112 of file Chronie.cpp.

113{
114 return { std::move(node) };
115}