Carbon


SoundSlopeAndInterceptRecord

Header: Sound.h

struct SoundSlopeAndInterceptRecord {
    Float64 slope; 
    Float64 intercept; 
    Float64 minClip; 
    Float64 maxClip;
};
typedef SoundSlopeAndInterceptRecord SoundSlopeAndInterceptPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)