| |
|
|
|
Description:
The MCIClass.inc contains fundamental modes to that Play of div. Media-Formaten by MCI. which Formate, depends from the installierten Codecs ex. with installed Media-Player can z.B. *.wmv or *.mpg Play. Desweiteren naturally Sounddateien (WAVE, MP3 etc.)
Deklaration:
$I MCIClass.inc Declare MCI# Dim MCI#, MCI
The most important modes:
MCI.Load(Nb&, FileName$) MCI.Play(Nb&) MCI.interval(Nb&) MCI.Stop(Nb&) MCI.Free(Nb&) MCI.GetStatus(Nb&) .GetStatus can following values suppose: %MCI_UnKnown 0 %MCI_Stopped 1 %MCI_Playing 2 %MCI_Paused 3
further modes:
MCI.PlayStart, MCI.PlayPart, MCI.Resume, MCI.SetVolume, MCI.GetVolume, MCI.Seek, MCI.GetLength, MCI.GetPosition
example:
|
|
|
| |
|
|