TracktionEngine
|
A context passed to the Options struct which will get updated about load process and can be signaled to stop loading the Edit. More...
#include <tracktion_Edit.h>
Public Attributes | |
std::atomic< float > | progress { 0.0f } |
Progress will be updated as the Edit loads. | |
std::atomic< bool > | completed { false } |
Set to true once the Edit has loaded. | |
std::atomic< bool > | shouldExit { false } |
Can be set to true to cancel loading the Edit. | |
A context passed to the Options struct which will get updated about load process and can be signaled to stop loading the Edit.
std::atomic<float> tracktion::engine::Edit::LoadContext::progress { 0.0f } |
Progress will be updated as the Edit loads.
std::atomic<bool> tracktion::engine::Edit::LoadContext::completed { false } |
Set to true once the Edit has loaded.
std::atomic<bool> tracktion::engine::Edit::LoadContext::shouldExit { false } |
Can be set to true to cancel loading the Edit.