tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces
tracktion_EditInsertPoint.h File Reference

Go to the source code of this file.

Classes

class  tracktion::engine::EditInsertPoint
 An EditInsertPoint is like a "paste location". More...
 
struct  tracktion::engine::EditInsertPoint::Placement
 A struct representing a resolved insertion point. More...
 

Namespaces

namespace  tracktion
 
namespace  tracktion::engine
 Declarations from this namespaces are inlined into tracktion.
 

Class Documentation

◆ tracktion::engine::EditInsertPoint::Placement

struct tracktion::engine::EditInsertPoint::Placement

A struct representing a resolved insertion point.

Definition at line 69 of file tracktion_EditInsertPoint.h.

Class Members
ClipOwner * clipOwner The clip owner to insert to (might be the same as track).
optional< TimePosition > time The time to insert at.
ReferenceCountedObjectPtr< Track > track The track to insert in to.