Adds or removes the preview graph for the convert graph.
#include "ltmm.h"
Language | Syntax |
---|---|
C | HRESULT IltmmConvert_put_Preview(pConvert, newVal) |
C++ | HRESULT put_Preview(newVal) |
Pointer to an IltmmConvert interface.
Flag that indicates whether to add or remove the preview graph from the convert graph. Possible values are:
Value | Meaning |
---|---|
VARIANT_TRUE | Add the preview graph. |
VARIANT_FALSE | Remove the preview graph. This is the default value. |
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. |
Adding the preview graph in the convert graph will enable previewing the stream while converting.
To add or remove the preview graph, the convert graph must be in the stopped state.
Win32, x64.
Language | Example |
---|---|
C | IltmmConvert::put_Preview |
C++ | IltmmConvert::put_Preview |
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