MKEnvelope.h File Reference

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  MKEnvelope
 The MKEnvelope class provides basic support for creating line segment functions. More...

Typedefs

typedef enum _MKEnvStatus MKEnvStatus
 This enumeration defines the return values of the MKEnvelope method getNth:x:y:smoothing:.

Enumerations

enum  _MKEnvStatus { MK_noMorePoints = -1, MK_noEnvError = 0, MK_stickPoint, MK_lastPoint }
 This enumeration defines the return values of the MKEnvelope method getNth:x:y:smoothing:. More...


Detailed Description


Enumeration Type Documentation

This enumeration defines the return values of the MKEnvelope method getNth:x:y:smoothing:.

Enumerator:
MK_noMorePoints  Attempt to read invalid point in envelope.
MK_noEnvError  MKEnvelope has not been properly initialized.
MK_stickPoint  The requested point is the stick point of the MKEnvelope.
MK_lastPoint  The requested point is the last point of the MKEnvelope.


Generated on Sat Dec 5 17:01:14 2009 for MusicKit by  doxygen 1.5.6