isSoundSourceLooping

AudioModuleInterface::isSoundSourceLooping

Checks if a sound source is looping.

Declaration

virtual bool isSoundSourceLooping(SoundSourceID soundSourceID) = 0;

Parameters

Name

Type

Description

soundSourceID

SoundSourceID

The sound source to check the looping state of.

Returns

true if the sound source is looping, else, returns false.