IltmmSampleSource::SetMediaType

Summary

Sets the media type of the sample source object.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmSampleSource_SetMediaType(pSampleSource, MediaType)
C++ HRESULT SetMediaType(MediaType)

Parameters

IltmmSampleSource *pSampleSource

Pointer to an IltmmSampleSource interface that references the sample source object for which to set the media type.

IltmmMediaTypeDisp *MediaType

Pointer to an IltmmMediaSampleDisp interface that specifies the media type to set for the sample source object.

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 DirectShow documentation.

Comments

The user should define the media type of the sample source object before the sample source object is added to any other multimedia object.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C Creating an AVI File from Bitmaps Using ltmmSampleSource
C++ Creating an AVI File from Bitmaps Using ltmmSampleSource
Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

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