Copyright ©1995 by NeXT Computer, Inc. All Rights Reserved.
Protocols
NXSoundParameters |
Adopted By: | NXSoundParameters (the class) NXSoundDevice |
(BOOL)boolValueForParameter:(NXSoundParameterTag)ptag;
(int)intValueForParameter:(NXSoundParameterTag)ptag; (float)floatValueForParameter:(NXSoundParameterTag)ptag; (void)setParameter:(NXSoundParameterTag)ptag toBool:(BOOL)flag; (void)setParameter:(NXSoundParameterTag)ptag toInt:(int)value; (void)setParameter:(NXSoundParameterTag)ptag toFloat:(float)value; (void)removeParameter:(NXSoundParameterTag)ptag; (BOOL)isParameterPresent:(NXSoundParameterTag)ptag; |
(void)getParameters:(const NXSoundParameterTag | **)list | |
count:(unsigned int *)numParameters; |
(void)getValues:(const NXSoundParameterTag **)list |
count:(unsigned int *)numValues forParameter:(NXSoundParameterTag)ptag; |