TracktionEngine
|
Temporarily removes an Edit from the device manager, optionally re-adding it on destruction. More...
#include <tracktion_Edit.h>
Public Member Functions | |
ScopedRenderStatus (Edit &, bool shouldReallocateOnDestruction) | |
Constructs a ScopedRenderStatus, removing an Edit from the device manager. | |
~ScopedRenderStatus () | |
Destructor. | |
Temporarily removes an Edit from the device manager, optionally re-adding it on destruction.
tracktion::engine::Edit::ScopedRenderStatus::ScopedRenderStatus | ( | Edit & | , |
bool | shouldReallocateOnDestruction | ||
) |
Constructs a ScopedRenderStatus, removing an Edit from the device manager.
shouldReallocateOnDestruction | Re-attaches the Edit to the output when this goes out of scope |
tracktion::engine::Edit::ScopedRenderStatus::~ScopedRenderStatus | ( | ) |
Destructor.
Re-allocates an EditPlaybackContext if this is the last object for this Edit.