Lines Matching defs:properties
643 // note that it's unnecessary to verify that any level stored inside the "properties" struct
650 SLEnvironmentalReverbSettings properties = *pProperties;
651 if (!(properties.roomLevel <= 0))
653 if (!(properties.roomHFLevel <= 0))
655 if (!(100 <= properties.decayTime && properties.decayTime <= 20000))
657 if (!(100 <= properties.decayHFRatio && properties.decayHFRatio <= 2000))
659 if (!(properties.reflectionsLevel <= 1000))
661 if (!(/* 0 <= properties.reflectionsDelay && */ properties.reflectionsDelay <= 300))
663 if (!(properties.reverbLevel <= 2000))
665 if (!(/* 0 <= properties.reverbDelay && */ properties.reverbDelay <= 100))
667 if (!(0 <= properties.diffusion && properties.diffusion <= 1000))
669 if (!(0 <= properties.density && properties.density <= 1000))
673 thiz->mProperties = properties;
681 REVERB_PARAM_PROPERTIES, &properties);