ConvertCtrl Constructor(bool)

Summary
The ConvertCtrl control object constructor.
Syntax
C#
C++/CLI
public ConvertCtrl( 
   bool windowless 
) 
public: 
ConvertCtrl(  
   bool windowless 
) 

Parameters

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.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly

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