Thema: Delphi Playlist Problem

Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#4

Re: Playlist Problem

  Alt 26. Okt 2005, 10:38
Hallo Bernd,

schwer zu sagen, wenn ich so wenig über dein Programm weiß - vielleicht so?

Delphi-Quellcode:
begin
  for playindex := 0 to Pred(strs.Count) do
  begin
    // Play the stream (continuing from current position)
    if not BASS_ChannelPlay(strs[Playindex], False) then
      Error('Error playing stream!');
  end;
end;
marabu
  Mit Zitat antworten Zitat