Share via


Media Type Functions (Compact 2013)

3/26/2014

The Mtype.h header file in the DirectShow base classes provides helper functions for handling media types.

These general-purpose functions create, copy and delete a task-allocated AM_MEDIA_TYPE structure.

This is useful when using the IEnumMediaTypes interface, because the implementation allocates the structures that must be deleted later.

The functions are paired as follows:

See Also

Reference

Utility Functions