Carbon


Sampled Sound Data Type Constant

Header: Sound.h

enum {
    sampledSynth = 5
};

Constant descriptions

sampledSynth

Sampled-sound data.

This constant is used in the synth parameter of the SndNewChannel function and in the id parameter of the SndControl function to specify the sound data type you intend to play on a channel. In Sound Manager versions earlier than version 3.0, only one data type can be produced at any one time. As a result, SndNewChannel may fail if you attempt to open a channel specifying a data type other than the one currently being played.


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