IsMelodyOver
Check if generation of ring tone melody is in progress
Syntax: IsMelodyOver()
Notes: This function returns 1 if there is no ring tone generation in progress, otherwise returns 0.
Example: if (IsMelodyOver()) {...}
See also: IsPlayOver
Last updated
Was this helpful?