ardour
Public Member Functions | Public Attributes | List of all members
Segment Struct Reference

Public Member Functions

 Segment (boost::shared_ptr< AudioRegion > r, Evoral::Range< framepos_t > a)
 

Public Attributes

boost::shared_ptr< AudioRegionregion
 the region More...
 
Evoral::Range< framepos_trange
 range of the region to read, in session frames More...
 

Detailed Description

A segment of region that needs to be read

Definition at line 153 of file audio_playlist.cc.

Constructor & Destructor Documentation

Segment::Segment ( boost::shared_ptr< AudioRegion r,
Evoral::Range< framepos_t a 
)
inline

Definition at line 154 of file audio_playlist.cc.

Member Data Documentation

Evoral::Range<framepos_t> Segment::range

range of the region to read, in session frames

Definition at line 157 of file audio_playlist.cc.

boost::shared_ptr<AudioRegion> Segment::region

the region

Definition at line 156 of file audio_playlist.cc.


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