position property
SoundPosition
get
position
Get the position of this channel.
Implementation
SoundPosition get position;
set
position
(SoundPosition value)
Set the position of this channel.
If a value
cannot be applied due to limitations of the sound subsystem,
then PositionMismatchError should be thrown.
Implementation
set position(final SoundPosition value);