|
HDK
|
#include <CL_Align.h>
Public Member Functions | |
| CL_Align (fpreal current_time) | |
| int | getAlignment (CL_TrackListC &toAlign, CL_Alignment align, fpreal &start, fpreal &end) |
| int | align (CL_TrackListC &toAlign, CL_Clip *dest, CL_Alignment align, fpreal rate, fpreal *fstart=0, fpreal *fend=0) |
| int | alignOnly (CL_TrackListC &toAlign, CL_Clip *dest, CL_Alignment align, fpreal rate) |
| int | needsAlignment (fpreal rate) |
| int | align (const CL_Track *source, CL_Alignment align, fpreal *dest, fpreal rate) |
| int | align (const CL_Track *source, CL_Alignment align, fpreal *dest, fpreal rate, fpreal segstart, fpreal segend) |
| int | getNumSamples () const |
Definition at line 30 of file CL_Align.h.
| CL_Align::CL_Align | ( | fpreal | current_time | ) |
| int CL_Align::align | ( | CL_TrackListC & | toAlign, |
| CL_Clip * | dest, | ||
| CL_Alignment | align, | ||
| fpreal | rate, | ||
| fpreal * | fstart = 0, |
||
| fpreal * | fend = 0 |
||
| ) |
| int CL_Align::align | ( | const CL_Track * | source, |
| CL_Alignment | align, | ||
| fpreal * | dest, | ||
| fpreal | rate | ||
| ) |
| int CL_Align::align | ( | const CL_Track * | source, |
| CL_Alignment | align, | ||
| fpreal * | dest, | ||
| fpreal | rate, | ||
| fpreal | segstart, | ||
| fpreal | segend | ||
| ) |
| int CL_Align::alignOnly | ( | CL_TrackListC & | toAlign, |
| CL_Clip * | dest, | ||
| CL_Alignment | align, | ||
| fpreal | rate | ||
| ) |
| int CL_Align::getAlignment | ( | CL_TrackListC & | toAlign, |
| CL_Alignment | align, | ||
| fpreal & | start, | ||
| fpreal & | end | ||
| ) |
|
inline |
Definition at line 74 of file CL_Align.h.