AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkMusic Members

The following tables list the members exposed by TAgkMusic.

 
Name 
Description 
 
FID 
 
 
Name 
Description 
 
This is the overview for the Create constructor overload. 
 
All music streams are automatically destroyed when their owner (such as the scene in which it is used) is destroyed. However, if you don't need the music stream anymore, you can save memory (especially on mobile devices) by destroying it earlier. Also, when the music stream has no owner, you need to destroy it yourself when you are done with it. 
 
Pauses the currently playing music, whichever music that may be. 
 
Play 
Plays the music file. 
 
This is the overview for the PlayList method overload. 
 
Resumes the paused music where it left off. 
 
Stop 
Stops any playing music. 
 
Name 
Description 
 
ID 
The internal ID of the object. 
 
Sets the master volume of the music player, in the range 0 to 100. 
 
The number of objects that this object owns. 
 
The objects that this object owns. 
 
The owner of this object. 
 
Returns the ID of the currently playing music file. If no music is playing it returns 0. 
 
The volume at which this music should be played (0-100, default 100). 
Copyright (c) 2012. All rights reserved.