PrivateconstructorOptional Readonly RcdurationThis property can't be read in early-execution mode.
Readonly RcidThis property can't be read in early-execution mode.
Optional Readonly RcrecipientThis property can't be read in early-execution mode.
Readonly RcsoundThis property can't be read in early-execution mode.
This function can't be called in early-execution mode.
Represents a handle to a sound that has been played. The handle is required to control the sound while it is playing (for example, to call
stop,setVolume,setPitch,fade, orseekTo). Infinitely-looping sounds (started withloop: -1) stop automatically when the lastSoundInstancereference is dropped; retain the handle for as long as the sound should keep playing.Source