TracktionEngine
|
Base class for RecordingContexts. More...
#include <tracktion_InputDevice.h>
Public Member Functions | |
virtual | ~RecordingContext ()=default |
Destructor. | |
Public Attributes | |
const EditItemID | targetID |
The ID of the recording target, track or clip. | |
Protected Member Functions | |
RecordingContext (EditItemID targetID_) | |
Base class for RecordingContexts.
These are essentially handles returned from prepareToRecord and then passed to startRecording where they are consumed.
|
virtualdefault |
Destructor.
|
protected |
const EditItemID tracktion::engine::InputDeviceInstance::RecordingContext::targetID |
The ID of the recording target, track or clip.