![]() |
SoundInfoList |
Header: Sound.h |
struct SoundInfoList { SInt16 count; Handle infoHandle; }; typedef SoundInfoList SoundInfoListPtr;
The number of elements in the array referenced by the handle field.
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
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)