Unit
FileSignal
Declaration
TLastFrameCheck = (lfcZeroPadded,lfcLastFullBlock,lfcAdjustLength);
| Value | Description |
|---|
| lfcZeroPadded | The last block of data will be zero padded. The length property will not be changed. |
| lfcLastFullBlock | The reading of the file will stop when the last full block of data has been read from the file. The length property will not be changed. With lfcZeroPadded the very last block read from the file will contain zeros padded after the position exceeding the size of the file. This padded zeros can affect any averaging process working on the data blocks. By selecting lfcLastFullBlock the IsEndOfFile will return true for the last completely full data block. The Pull method calls IsEndOfFile. |
| lfcAdjustLength | The Length property and the size of the data block to be read will be adjusted to allow reading less than initial Length samples. The user must reset the Length property back to its orignal size on its own if the file is to be processed again. |
| Copyright 2008 Dew Research |
http://www.dewresearch.com