IDVREngineHelpers Interface (Windows CE 5.0)

Send Feedback

This interface is exposed by both digital video recorder (DVR) source and sink filters. It allows applications to delete recorded files to help manage storage space. An application can call the methods of IDVREngineHelpers on any instance of the DVR engine regardless of the engine's state. It is possible for an application to create a DVR sink filter, never connect it, and use it solely for the purpose of deleting recordings.

Methods

The following table shows the methods for this interface. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
CleanupOrphanedRecordings Deletes any recordings in the specified directory that have been left unfinished as the result of an unexpected power failure or system crash.
DeleteRecording Used to delete a recording.
GetRecordingSizeOnDisk Returns the size, in bytes, of a specified recording.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack

See Also

DirectShow Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.