|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| InvertRenderJob (Engine &e, const AudioFile &dest, const AudioFile &src, double sourceLength) | |
| bool | renderNextBlock () override |
| During a render process this will be repeatedly called. | |
Public Member Functions inherited from tracktion::engine::BlockBasedRenderJob | |
| BlockBasedRenderJob (Engine &e, const AudioFile &dest, const AudioFile &src, double sourceLength) | |
| bool | setUpRender () override |
| Subclasses should override this to set-up their render process. | |
| bool | completeRender () override |
| This is called once after all the render blocks have completed. | |
Public Member Functions inherited from tracktion::engine::ClipEffect::ClipEffectRenderJob | |
| ClipEffectRenderJob (Engine &e, const AudioFile &dest, const AudioFile &src, SampleCount blockSizeToUse) | |
Public Member Functions inherited from juce::ReferenceCountedObject | |
| void | incReferenceCount () noexcept |
| void | decReferenceCount () noexcept |
| bool | decReferenceCountWithoutDeleting () noexcept |
| int | getReferenceCount () const noexcept |
Definition at line 1649 of file tracktion_ClipEffects.cpp.
| tracktion::engine::InvertEffect::InvertRenderJob::InvertRenderJob | ( | Engine & | e, |
| const AudioFile & | dest, | ||
| const AudioFile & | src, | ||
| double | sourceLength | ||
| ) |
Definition at line 1651 of file tracktion_ClipEffects.cpp.
|
overridevirtual |
During a render process this will be repeatedly called.
Return true once all the blocks have completed, false if this needs to be called again.
Implements tracktion::engine::ClipEffect::ClipEffectRenderJob.
Definition at line 1654 of file tracktion_ClipEffects.cpp.