|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
An interface for objects within an edit that can be exported. More...
#include "tracktion_Exportable.h"
Classes | |
| struct | ReferencedItem |
Public Member Functions | |
| virtual juce::Array< ReferencedItem > | getReferencedItems ()=0 |
| virtual void | reassignReferencedItem (const ReferencedItem &, ProjectItemID newID, double newStartTime)=0 |
Static Public Member Functions | |
| static juce::Array< Exportable * > | addAllExportables (Edit &) |
| Returns all the Exportables contained in an Edit. | |
An interface for objects within an edit that can be exported.
This allows the export/archive stuff to find all the material that it depends on to play back a section of an edit.
Definition at line 21 of file tracktion_Exportable.h.
|
static |
Returns all the Exportables contained in an Edit.
Definition at line 14 of file tracktion_Exportable.cpp.
|
pure virtual |
Implemented in tracktion::engine::Clip.
|
pure virtual |
Implemented in tracktion::engine::Clip.