Informs the objects "downstream" of the sample source object that the source has reached the end of the data stream.
#include "ltmm.h"
Language | Syntax |
---|---|
C | HRESULT IltmmSampleSource_DeliverEndOfStream(pSampleSource, TimeOut) |
C++ | HRESULT DeliverEndOfStream(TimeOut) |
Pointer to an IltmmSampleSource interface that references the sample source object.
Maximum time to allow for end of stream notification, in milliseconds.
Value | Meaning |
---|---|
S_OK | The function was successful. |
<> S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
In some cases (for example when writing AVI files), stopping the object without calling this function might indicate a stop caused by an error. Such a stop can have unpredictable results (the AVI might not get indexed properly). It is recommended you call this function before stopping the object.
Most time-out situations are the result of an error condition. The error returned for a timeout condition is E_ABORT. If you receive an E_ABORT error code and your timeout was set sufficiently high, then a problem has occurred downstream. In this case you should call the main object's "Stop" function and report an error.
Win32, x64.
Language | Example |
---|---|
C | Creating an AVI File from Bitmaps Using ltmmSampleSource |
C++ | Creating an AVI File from Bitmaps Using ltmmSampleSource |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document