Share via


DeleteMediaType (Compact 2013)

3/26/2014

This function deletes a task-allocated AM_MEDIA_TYPE structure.

Syntax

void WINAPI DeleteMediaType(
  AM_MEDIA_TYPE* pmt
);

Parameters

Return Value

None.

Remarks

The structure should have been created by a call to CreateMediaType.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Media Type Functions