getSoundSourceCurrentTime

AudioModuleInterface::getSoundSourceCurrentTime

Returns the current time of a sound source.

Declaration

virtual float getSoundSourceCurrentTime(SoundSourceID soundSourceID) = 0;

Parameters

Name

Type

Description

soundSourceID

SoundSourceID

The sound source to get the current time of.

Returns

The current time of the sound source, in seconds.