IltmmMediaSampleDisp::SetMediaType

Summary

Assigns changes to the media type.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmMediaSampleDisp_SetMediaType(pMediaSampleDisp, MediaType)
C++ HRESULT SetMediaType(MediaType)

Parameters

IltmmMediaSampleDisp *pMediaSampleDisp

Pointer to an IltmmMediaSampleDisp interface.

IltmmMediaTypeDisp *MediaType

Pointer to an IltmmMediaTypeDisp Interface that specifies the media type to set.

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

By default, every sample has the same media type as the previous sample. Call this function to make limited changes to the media type, such as changing the palette.

For information on setting 12 and 16-bit grayscale media types, refer to 12 and 16-bit Grayscale Format used by LEADTOOLS.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C Copying ltmmMediaSample attributes and data
C++ Copying ltmmMediaSample attributes and data
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.