public ConvertCtrl(
bool windowless
)
public:
ConvertCtrl(
bool windowless
)
windowless
True to create a windowless convert control. Windowless convert controls can be used in STA or MTA threads.
False will create a visible control for use on a windows form. Visible controls can be used only in STA threads.
The ConvertCtrl control object constructor which allows for the creation of windowless convert controls. Call this method to instantiate a new ConvertCtrl class. If you have one or more controls running in STA threads, the conversions will get initialized sequentially using only one thread. The commands to start/stop conversion would get executed sequentially, but the conversions themselves would get executed in parallel. For true parallel processing, use windowless convert controls in MTA threads.
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