Share via


DMO Base Class Reference (Windows Embedded CE 6.0)

1/6/2010

Microsoft DirectX for Windows Embedded CE includes a base-class template for creating DirectX Media Objects (DMOs).

You do not need to use the template to create a DMO. However, the template handles various tasks that are common to all DMOs.

Using the template, you can focus on the functionality that is specific to your DMO.

In addition, the template helps ensure that you create a robust implementation.

See Also

Reference

DMO Reference
IMediaObjectImpl Class Template

Concepts

Using the DMO Base Class