Carbon


SoundInfoList

Header: Sound.h

struct SoundInfoList {
    SInt16 count; 
    Handle infoHandle;
};
typedef SoundInfoList SoundInfoListPtr;

Field descriptions

count

The number of elements in the array referenced by the handle field.

infoHandle

A handle to an array of data elements. The type of these data elements depends on the kind of information requested, which is determined by the selector parameter passed to SoundComponentGetInfo or SoundComponentSetInfo. See “Audio Data Types” for information about the available information selectors.

The SoundComponentGetInfo and SoundComponentSetInfo functions access information about a sound component using a sound information list, which is defined by the SoundInfoList data type.


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