Plays a list of music files, starting with this file.
procedure PlayList(const EndID: Integer); overload;
Parameters |
Description |
const EndID: Integer |
the ID after which it should stop playing. |
It will continue looking for music files up to the ID specified in EndID. It will stop after reaching EndID.
You should use this method with music files for which you have manually set the ID in the Create constructor.
Only one music file may be playing at any one time.
Copyright (c) 2012. All rights reserved.
|