Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 3.22 KB

nf-mfidl-imfstreamdescriptor-getmediatypehandler.md

File metadata and controls

81 lines (64 loc) · 3.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFStreamDescriptor.GetMediaTypeHandler
IMFStreamDescriptor::GetMediaTypeHandler (mfidl.h)
Retrieves a media type handler for the stream. The media type handler can be used to enumerate supported media types for the stream, get the current media type, and set the media type.
8e991417-fe15-4749-94c4-26c621692b52
GetMediaTypeHandler
GetMediaTypeHandler method [Media Foundation]
GetMediaTypeHandler method [Media Foundation]
IMFStreamDescriptor interface
IMFStreamDescriptor interface [Media Foundation]
GetMediaTypeHandler method
IMFStreamDescriptor.GetMediaTypeHandler
IMFStreamDescriptor::GetMediaTypeHandler
mf.imfstreamdescriptor_getmediatypehandler
mfidl/IMFStreamDescriptor::GetMediaTypeHandler
mf\imfstreamdescriptor_getmediatypehandler.htm
mf
8e991417-fe15-4749-94c4-26c621692b52
12/05/2018
8e991417-fe15-4749-94c4-26c621692b52, GetMediaTypeHandler, GetMediaTypeHandler method [Media Foundation], GetMediaTypeHandler method [Media Foundation],IMFStreamDescriptor interface, IMFStreamDescriptor interface [Media Foundation],GetMediaTypeHandler method, IMFStreamDescriptor.GetMediaTypeHandler, IMFStreamDescriptor::GetMediaTypeHandler, mf.imfstreamdescriptor_getmediatypehandler, mfidl/IMFStreamDescriptor::GetMediaTypeHandler
mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFStreamDescriptor::GetMediaTypeHandler
mfidl/IMFStreamDescriptor::GetMediaTypeHandler
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFStreamDescriptor.GetMediaTypeHandler

IMFStreamDescriptor::GetMediaTypeHandler

-description

Retrieves a media type handler for the stream. The media type handler can be used to enumerate supported media types for the stream, get the current media type, and set the media type.

-parameters

-param ppMediaTypeHandler [out]

Receives a pointer to the IMFMediaTypeHandler interface. The caller must release the interface.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

This interface is available on the following platforms if the Windows Media Format 11 SDK redistributable components are installed:

  • Windows XP with Service Pack 2 (SP2) and later.
  • Windows XP Media Center Edition 2005 with KB900325 (Windows XP Media Center Edition 2005) and KB925766 (October 2006 Update Rollup for Windows XP Media Center Edition) installed.

-see-also

IMFStreamDescriptor

Presentation Descriptors