Clears and frees the format buffer.
#include "ltmm.h"
Language | Syntax |
---|---|
C | HRESULT IltmmMediaTypeDisp_ResetFormat(pMediaTypeDisp) |
C++ | HRESULT ResetFormat() |
Pointer to an IltmmMediaTypeDisp interface.
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. |
This method allows you to reset the format buffer and free the memory allocated to it. It is equivalent to IltmmMediaTypeDisp::put_FormatSize(0) or IltmmMediaTypeDisp::put_Format(x, 0).
After you call this method, get_FormatSize returns 0 and get_Format returns an empty variant.
Win32, x64.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document