ImageEn, unit ieds

TIEDirectShow.EndOfStream

TIEDirectShow.EndOfStream

Declaration

property EndOfStream: Boolean;

Description

Returns True if the file position is at the end of a file.
This field is updated only when the parent of TIEDirectShow is TImageEnView.IO and OnDShowEvent is not handled.

Read-only

Example

if ImageEnView1.IO.DShowParams.EndOfStream then
  ImageEnView1.IO.DShowParams.Stop();

See Also

Position
OnDShowEvent