Carbon


noHardware

Header: MacErrors.h

enum {
    noHardware = -200,
    notEnoughHardware = -201,
    queueFull = -203,
    resProblem = -204,
    badChannel = -205,
    badFormat = -206,
    notEnoughBufferSpace = -207,
    badFileFormat = -208,
    channelBusy = -209,
    buffersTooSmall = -210,
    channelNotBusy = -211,
    noMoreRealTime = -212,
    siVBRCompressionNotSupported = -213,
    siNoSoundInHardware = -220,
    siBadSoundInDevice = -221,
    siNoBufferSpecified = -222,
    siInvalidCompression = -223,
    siHardDriveTooSlow = -224,
    siInvalidSampleRate = -225,
    siInvalidSampleSize = -226,
    siDeviceBusyErr = -227,
    siBadDeviceName = -228,
    siBadRefNum = -229,
    siInputDeviceErr = -230,
    siUnknownInfoType = -231,
    siUnknownQuality = -232
};

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