|
|
Log In | Not a Member? |
Contact ADC |
Important: Inside Macintosh: Sound is deprecated as of Mac OS X v10.5. For new audio development in Mac OS X, use Core Audio. See the Audio page in the ADC Reference Library.
State Blocks
ThestateVarsfield of a compressed sound header contains a pointer to a state block, defined by theStateBlockdata type.
TYPE StateBlock = RECORD stateVar: ARRAY[0..stateBlockSize - 1] OF Integer; END;
Field Description
stateVar- An array of integers. This field contains state variables that need to be preserved across invocations of the compression algorithm. The size of this field is defined by a constant.
CONST stateBlockSize = 64;
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 |