iOSSound.Pan

From Xojo Documentation

Property (As Integer )
aiOSSound.Pan = newIntegerValue
or
IntegerValue = aiOSSound.Pan

Supported on Mobile (iOS).

Specifies the relative volume (balance) between the left and right sound channels.

Notes

The value ranges from -100 to +100, with 0 indicating equal volume in both channels. -100 plays sound in only the left channel, 100 plays sound only in the right channel.