LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

RegisterExternalProcessor Method

Show in webframe



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
'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
)
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

See Also

Reference

Processors Class
Processors Members

 

 


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