| 127 | void setInitVolume(f32 volume) { mSoundParams.mVolume = volume; } |
| 128 | void setInitFxmix(f32 fxMix) { mSoundParams.mFxMix = fxMix; } |
| 129 | void setInitPitch(f32 pitch) { mSoundParams.mPitch = pitch; } |
| 130 | void setInitPan(f32 pan) { mSoundParams.mPan = pan; } |
| 131 | void setInitDolby(f32 dolby) { mSoundParams.mDolby = dolby; } |
| 132 | void setKey(s32 key) { mKey = key; } |
no outgoing calls
no test coverage detected