IMediaTransform::get_MediaType

The get_MediaType method enables your transform to report the media type that it can handle.

Syntax

HRESULT get_MediaType(
  MEDIA_FORMAT_TYPE*  pfType
);

Parameters

pfType

[out]  Pointer to a MEDIA_FORMAT_TYPE enumerated value that describes the type of media that the node can handle. Currently, the only valid type is MEDIA_TYPE_VIDEO.

Return Values

The method returns an HRESULT of S_OK for success, or a standard COM error code for failure.

Requirements

Client: Windows Vista

Header: Include gputransformplugin.h and GPUPipelineTime.h.

Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).

See Also