
22-01-2021, 11:16
|
 |
Registered User
|
|
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 93
Thanked 96 Times in 37 Posts
|
|
xbass.dll v3.0
xbass.dll v3.0
Features:
Quote:
- Audio plugins updated.
- Supports "*.mp3, *.ogg, *.wav".
- Supports seek forward and seek backward.
- Added in built-in timer.
- Tested in Inno setup 6.x.x Unicode.
|
Quote:
function MusicOpenFile(handle: HWND; defaultPath: widestring): widestring;
function XSetTimer(handle: HWND; Interval: longword; lpTimerFunc: longword): Cardinal;
function XKillTimer(handle: HWND; TimerId: Cardinal): boolean;
function XWrap(Callback: TTimerProc; Paramcount: integer): longword;
procedure InitMusic(handle: HWND; filename: widestring; volume: integer; RepeatOn: boolean);
procedure MusicPlay;
procedure MusicPause;
procedure MusicResume;
procedure MusicStop;
procedure MusicSetVolume(vol: integer);
function MusicPct: integer;
function MusicPosition: widestring;
function MusicDuration: widestring;
procedure MusicForward(sec: integer);
procedure MusicBackward(sec: integer);
procedure DeInitMusic;
|
Details:
__________________
- All life is an experiment. The more experiments you make the better. -
|