Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

< Previous PageNext Page > Hide TOC

Audio Value Structures

AudioValueRange

Represents a continuous range of values.

typedef struct AudioValueRange{
Float64 mMinimum;
Float64 mMaximum;
} AudioValueRange;

Availability
Declared In
CoreAudioTypes.h

AudioValueTranslation

Contains an input and output buffer and associated size values, for translation use.

typedef struct AudioValueTranslation {
void* mInputData;
UInt32 mInputDataSize;
void* mOutputData;
UInt32 mOutputDataSize;
} AudioValueTranslation;

Availability
Declared In
CoreAudioTypes.h

< Previous PageNext Page > Hide TOC


Last updated: 2004-03-25




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice