|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
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.
Definition at line 172 of file tracktion_InputDevice.h.
|
protected |
Definition at line 181 of file tracktion_InputDevice.h.
| const EditItemID tracktion::engine::InputDeviceInstance::RecordingContext::targetID |
The ID of the recording target, track or clip.
Definition at line 178 of file tracktion_InputDevice.h.