LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

RegisterExternalProcessor Method






A string value representing the GUID string name of the external processor.
A boolean value indicating whether to add or remove the processor. Pass true to add it to the registered collection. Pass false to unregister the processor.
Registers an external 3rd-party video or audio processor filter and refreshes the referenced collection.
Syntax
public void RegisterExternalProcessor( 
   string Name,
   bool Register
)
'Declaration
 
Public Sub RegisterExternalProcessor( _
   ByVal Name As String, _
   ByVal Register As Boolean _
) 
'Usage
 
Dim instance As Processors
Dim Name As String
Dim Register As Boolean
 
instance.RegisterExternalProcessor(Name, Register)
public void RegisterExternalProcessor( 
   string Name,
   bool Register
)
 function Leadtools.Multimedia.Processors.RegisterExternalProcessor( 
   Name ,
   Register 
)
public:
void RegisterExternalProcessor( 
   String^ Name,
   bool Register
) 

Parameters

Name
A string value representing the GUID string name of the external processor.
Register
A boolean value indicating whether to add or remove the processor. Pass true to add it to the registered collection. Pass false to unregister the processor.
Remarks
Registers an external 3rd-party video or audio processor filter and refreshes the referenced collection. After the processor is added and the collection is refreshed, the newly registered processor filter can be selected for play, capture or convert filter graphs. If the method fails, an error is raised. For more information, refer to the Error Codes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Processors Class
Processors Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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