Thema: Delphi Änderungen bass 2.4

Einzelnen Beitrag anzeigen

1234588

Registriert seit: 14. Jan 2007
Ort: Stuttgart
164 Beiträge
 
#5

Re: Änderungen bass 2.4

  Alt 10. Apr 2008, 16:18
BASS_ChannelBytes2Seconds(stream handle, position oder laenge des streams)

BASS_ChannelSeconds2Bytes() funktioniert imho genauso ;)
zu dem dritten parameter sagt die bass hilfe datei folgendes:
Zitat:
mode
How to set the position. One of the following, with optional flags.
BASS_POS_BYTE The position is in bytes, which will be rounded down to the nearest sample boundary.
BASS_POS_MUSIC_ORDER The position is in orders and rows... use MAKELONG(order,row). (HMUSIC only)
BASS_MUSIC_POSRESET Flag: Stop all notes. This flag is applied automatically if it has been set on the channel, eg. via BASS_ChannelFlags. (HMUSIC)
BASS_MUSIC_POSRESETEX Flag: Stop all notes and reset bpm/etc. This flag is applied automatically if it has been set on the channel, eg. via BASS_ChannelFlags. (HMUSIC)
other modes & flags may be supported by add-ons, see the documentation.
//edit
im uebrigen sind funktionen wie BASS_ChannelBytes2Seconds in der bass hilfe sehr gut dokumentiert
  Mit Zitat antworten Zitat