ConvertCtrl Constructor(bool)

Summary

The ConvertCtrl control object constructor.

Syntax
C#
VB
C++
public ConvertCtrl( 
   bool windowless 
) 
Public Function New( _ 
   ByVal windowless As Boolean _ 
) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly