Microsoft DirectX 9.0

IAMSetErrorLog Interface

The IAMSetErrorLog interface sets or retrieves an error log in DirectShow Editing Services (DES). The timeline object implements this interface. Applications can use this interface to log rendering errors at run time. Implement the IAMErrorLog interface in your application, and then call the IAMSetErrorLog::put_ErrorLog method on the timeline.

For more information on using this interface, see Logging Errors.

In addition to the methods inherited from IUnknown, the IAMSetErrorLog interface exposes the following methods.

Method Description
get_ErrorLog Retrieves the current error log for this object.
put_ErrorLog Specifies an error log for the object.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.