IltmfPlay::GetPreferredMediaSourceHandler

Summary

Retrieves the preferred media source handler's GUID set using IltmfPlay::SetPreferredMediaSourceHandler.

Syntax

#include "ltmf.h"

Language Syntax
C HRESULT IltmfPlay_GetPreferredMediaSourceHandler(pPlay, MediaSourceHandlerType, pVal)
C++ HRESULT GetPreferredMediaSourceHandler(MediaSourceHandlerType, pVal)

Parameters

IltmfPlay * pPlay

Pointer to an IltmfPlay interface.

long MediaSourceHandlerType

Value that indicates the media source handler type. For a list of possible values, refer to ltmfPlay_PreferredMediaSourceHandler Constants.

BSTR *pVal

Pointer to a string to be updated with the media source handler's GUID. For a list of possible values, refer to ltmfMediaSourceHandler Constants.

Returns

Value Meaning
S_OK The function was successful.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the MediaFoundation documentation.

Comments

This method can be used to determine whether a preferred media source handler has been set by IltmfPlay::SetPreferredMediaSourceHandler. It will return NULL (if no preferred filter has been set) or a GUID indicating the preferred media source handler.

This GUID uniquely identifies the media source handler. Every media format has a registered media source handler(s) who are responsible of creating a media source for this media type.

For example, the GUID for the LEAD MPEG2 Transport Media Source Handler is:

EFE626C3-0A2C-49FA-8A01-3768B559B6DA

If the method succeeds, the caller must free the returned string by calling the SysFreeString function.

A list of display names for common LEAD filters can be found in ltmfMediaSourceHandler Constants.

Please see IltmfPlay::SetPreferredMediaSourceHandler for more information on media source handler GUID.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For a C++ example, refer to IltmfPlay::SetPreferredMediaSourceHandler Example for C++.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.