Carbon


Encoding Constants

Header: Sound.h

enum {
    stdSH = 0,
    extSH = 255,
    cmpSH = 254
};

Constant descriptions

stdSH

Standard sound header.

extSH

Extended sound header.

cmpSH

Compressed sound header.

These constants are used in the encode field of the SoundHeader structure to specify the method of encoding used to generate the sampled-sound data.


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