ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::Track::FreezeRecord Struct Reference

#include <track.h>

Public Member Functions

 FreezeRecord ()
 
 ~FreezeRecord ()
 

Public Attributes

boost::shared_ptr< Playlistplaylist
 
std::vector
< FreezeRecordProcessorInfo * > 
processor_info
 
bool have_mementos
 
FreezeState state
 

Detailed Description

Definition at line 190 of file track.h.

Constructor & Destructor Documentation

ARDOUR::Track::FreezeRecord::FreezeRecord ( )
inline

Definition at line 191 of file track.h.

Track::FreezeRecord::~FreezeRecord ( )

Definition at line 167 of file track.cc.

Member Data Documentation

bool ARDOUR::Track::FreezeRecord::have_mementos

Definition at line 199 of file track.h.

boost::shared_ptr<Playlist> ARDOUR::Track::FreezeRecord::playlist

Definition at line 197 of file track.h.

std::vector<FreezeRecordProcessorInfo*> ARDOUR::Track::FreezeRecord::processor_info

Definition at line 198 of file track.h.

FreezeState ARDOUR::Track::FreezeRecord::state

Definition at line 200 of file track.h.


The documentation for this struct was generated from the following files: