PlayOptions.delayBeforePlay

The delay in seconds before which to play. The time reference is the time given by playbackTimeInSeconds(). The source starts playing when playbackTimeInSeconds has increased by delayBeforePlay. Note that it still occupies the channel.

struct PlayOptions
float delayBeforePlay;

Meta