Lines Matching refs:optionParameter
173 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetPan()
180 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetSurroundPan()
187 bool result = optionParameter.GetValueF32( &value, WAVE_SOUND_INFO_PITCH ); in GetPitch()
196 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_SEND ); in GetSendValue()
223 bool result = optionParameter.GetValue( &offsetToReference, WAVE_SOUND_INFO_ENVELOPE ); in GetAdshrCurve()
264 bool result = optionParameter.GetValue( &value, NOTE_INFO_KEY ); in GetOriginalKey()
272 bool result = optionParameter.GetValue( &value, NOTE_INFO_VOLUME ); in GetVolume()
280 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetPan()
287 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetSurroundPan()
294 bool result = optionParameter.GetValueF32( &value, NOTE_INFO_PITCH ); in GetPitch()
302 bool result = optionParameter.GetValue( &value, NOTE_INFO_SEND ); in GetSendValue()
329 bool result = optionParameter.GetValue( &offsetToReference, NOTE_INFO_ENVELOPE ); in GetAdshrCurve()