|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Types | |
| using | Ptr = juce::ReferenceCountedObjectPtr< GeneratorJob > |
Public Types inherited from tracktion::engine::AudioProxyGenerator::GeneratorJob | |
| using | Ptr = juce::ReferenceCountedObjectPtr< GeneratorJob > |
Public Types inherited from juce::ThreadPoolJob | |
| enum | JobStatus |
Public Member Functions | |
| CompGeneratorJob (WaveAudioClip &wc, const AudioFile &comp) | |
Public Member Functions inherited from tracktion::engine::AudioProxyGenerator::GeneratorJob | |
| GeneratorJob (const AudioFile &proxy) | |
| float | getCurrentTaskProgress () override |
| ThreadPoolJob::JobStatus | runJob () override |
Public Member Functions inherited from tracktion::engine::ThreadPoolJobWithProgress | |
| ThreadPoolJobWithProgress (const juce::String &name) | |
| virtual bool | canCancel () const |
| void | setManager (BackgroundJobManager &) |
| void | setName (const juce::String &newName) |
| Sets the job's name but also updates the manager so the list will reflect it. | |
| void | prepareForJobDeletion () |
| Call this in your sub-class destructor to to remvoe it from the manager queue before this class's destructor is called which can result in a pure virtual call. | |
Public Member Functions inherited from juce::ThreadPoolJob | |
| ThreadPoolJob (const String &name) | |
| String | getJobName () const |
| void | setJobName (const String &newName) |
| bool | isRunning () const noexcept |
| bool | shouldExit () const noexcept |
| void | signalJobShouldExit () |
| void | addListener (Thread::Listener *) |
| void | removeListener (Thread::Listener *) |
Additional Inherited Members | |
Static Public Member Functions inherited from juce::ThreadPoolJob | |
| static ThreadPoolJob * | getCurrentThreadPoolJob () |
Public Attributes inherited from tracktion::engine::AudioProxyGenerator::GeneratorJob | |
| AudioFile | proxy |
| std::atomic< float > | progress |
Public Attributes inherited from juce::ThreadPoolJob | |
| jobHasFinished | |
| jobNeedsRunningAgain | |
Definition at line 1150 of file tracktion_CompManager.cpp.
| using tracktion::engine::CompGeneratorJob::Ptr = juce::ReferenceCountedObjectPtr<GeneratorJob> |
Definition at line 1153 of file tracktion_CompManager.cpp.
| tracktion::engine::CompGeneratorJob::CompGeneratorJob | ( | WaveAudioClip & | wc, |
| const AudioFile & | comp | ||
| ) |
Definition at line 1155 of file tracktion_CompManager.cpp.