ImageEn, unit ievision

TIEVisionStream.seek

TIEVisionStream.seek

Declaration

procedure seek(offset: int64; whence: TIEVisionSeekOffset); safecall;

Description

Move stream to the specified position.
Parameter Description
offset Absolute or relative offset
whence Where the offset starts

Example

stream1.seek(0, ievSET);  // reset position to zero