Ardour  9.7-322-g057eb704a3
ARDOUR::Session::RecordInfo Struct Reference

#include <session.h>

Public Member Functions

 RecordInfo ()
 
 RecordInfo (samplepos_t s, samplecnt_t l)
 
 RecordInfo (std::weak_ptr< Track > t, samplepos_t s, samplecnt_t l)
 

Public Attributes

std::weak_ptr< Tracktrack
 
samplepos_t start
 
samplecnt_t samples
 

Detailed Description

Definition at line 1382 of file session.h.

Constructor & Destructor Documentation

◆ RecordInfo() [1/3]

ARDOUR::Session::RecordInfo::RecordInfo ( )
inline

Definition at line 1383 of file session.h.

◆ RecordInfo() [2/3]

ARDOUR::Session::RecordInfo::RecordInfo ( samplepos_t  s,
samplecnt_t  l 
)
inline

Definition at line 1384 of file session.h.

◆ RecordInfo() [3/3]

ARDOUR::Session::RecordInfo::RecordInfo ( std::weak_ptr< Track t,
samplepos_t  s,
samplecnt_t  l 
)
inline

Definition at line 1385 of file session.h.

Member Data Documentation

◆ samples

samplecnt_t ARDOUR::Session::RecordInfo::samples

Definition at line 1388 of file session.h.

◆ start

samplepos_t ARDOUR::Session::RecordInfo::start

Definition at line 1387 of file session.h.

◆ track

std::weak_ptr<Track> ARDOUR::Session::RecordInfo::track

Definition at line 1386 of file session.h.


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