Summary
Event type triggered when output buffer has to be filled.
Unit
AudioSignal
Declaration
TBufferOutEvent = Function(Sender: TObject; var Length: integer): Boolean of Object;
Description
Length parameters specifies the required number of samples. Specify number of samples available is if its count is less then Length. The function should return true, if you want the playback to continue.
| Copyright 2008 Dew Research |
http://www.dewresearch.com