IMXtrack Class Reference

IMXtrack Class Referenceabstract

#include <IMixer.h>

+ Inheritance diagram for IMXtrack:

Public Member Functions

virtual ~IMXtrack ()
 
virtual int NumClips (int row)=0
 
virtual IMXclipGetClip (int index, int row=BOT_ROW)=0
 
virtual int GetTrackType ()=0
 
virtual void SetTrackType (int toType)=0
 
virtual BOOL GetMute ()=0
 
virtual BOOL SetMute (BOOL val)=0
 
virtual BOOL GetSolo ()=0
 
virtual BOOL SetSolo (BOOL val)=0
 
virtual void GetInterval (Interval &iv)=0
 
virtual void Clear ()=0
 
virtual BOOL AppendClip (const MCHAR *fname, BOOL ZeroFootHeight=true, int interval=5)=0
 
virtual BOOL IsHeightPreservedDuringTransitions ()=0
 
virtual BOOL SetTransPreserveHeight (BOOL val)=0
 
virtual BOOL OptimizeTransitions (int PreferredTransLength, BOOL SearchEntireClip, int SearchRangeBefore, int SearchRangeAfter)=0
 
virtual BOOL OptimizeClipsNextTransition (int PreferredTransLength, BOOL SearchEntireClip, int SearchRangeBefore, int SearchRangeAfter, int ClipIndex)=0
 
virtual void ComputeTransClips ()=0
 
virtual int NumTransClips ()=0
 
virtual IMXclipGetTransClip (int index)=0
 
virtual int NumWeights ()=0
 
virtual float GetWeight (int i)=0
 
virtual int GetWeightTime (int i)=0
 
virtual BOOL DeleteWeight (int i)=0
 
virtual BOOL SetWeight (int i, float w)=0
 
virtual BOOL SetWeightTime (int i, int t)=0
 
virtual float GetWeightAtTime (int t)=0
 
virtual int SetWeightAtTime (int t, float w)=0
 

Additional Inherited Members

- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e)
 Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport void operator delete (void *ptr)
 Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 

Constructor & Destructor Documentation

virtual ~IMXtrack ( )
inlinevirtual
214 {;}

Member Function Documentation

virtual int NumClips ( int  row)
pure virtual
virtual IMXclip* GetClip ( int  index,
int  row = BOT_ROW 
)
pure virtual
virtual int GetTrackType ( )
pure virtual
virtual void SetTrackType ( int  toType)
pure virtual
virtual BOOL GetMute ( )
pure virtual
virtual BOOL SetMute ( BOOL  val)
pure virtual
virtual BOOL GetSolo ( )
pure virtual
virtual BOOL SetSolo ( BOOL  val)
pure virtual
virtual void GetInterval ( Interval iv)
pure virtual
virtual void Clear ( )
pure virtual
virtual BOOL AppendClip ( const MCHAR fname,
BOOL  ZeroFootHeight = true,
int  interval = 5 
)
pure virtual
virtual BOOL IsHeightPreservedDuringTransitions ( )
pure virtual
virtual BOOL SetTransPreserveHeight ( BOOL  val)
pure virtual
virtual BOOL OptimizeTransitions ( int  PreferredTransLength,
BOOL  SearchEntireClip,
int  SearchRangeBefore,
int  SearchRangeAfter 
)
pure virtual
virtual BOOL OptimizeClipsNextTransition ( int  PreferredTransLength,
BOOL  SearchEntireClip,
int  SearchRangeBefore,
int  SearchRangeAfter,
int  ClipIndex 
)
pure virtual
virtual void ComputeTransClips ( )
pure virtual
virtual int NumTransClips ( )
pure virtual
virtual IMXclip* GetTransClip ( int  index)
pure virtual
virtual int NumWeights ( )
pure virtual
virtual float GetWeight ( int  i)
pure virtual
virtual int GetWeightTime ( int  i)
pure virtual
virtual BOOL DeleteWeight ( int  i)
pure virtual
virtual BOOL SetWeight ( int  i,
float  w 
)
pure virtual
virtual BOOL SetWeightTime ( int  i,
int  t 
)
pure virtual
virtual float GetWeightAtTime ( int  t)
pure virtual
virtual int SetWeightAtTime ( int  t,
float  w 
)
pure virtual