DMO Base Class Reference (Compact 2013)

3/26/2014

Microsoft DirectX for Windows Embedded Compact 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

DirectX Media Objects Reference
Using the DMO Base Class
IMediaObjectImpl Class Template