LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

ConvertCtrl Constructor(Boolean)

Show in webframe



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.
Syntax
'Declaration
 
Public Function New( _
   ByVal windowless As Boolean _
)
'Usage
 
Dim windowless As Boolean
 
Dim instance As New ConvertCtrl(windowless)
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

See Also

Reference

ConvertCtrl Class
ConvertCtrl Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features