←Select platform

RegisterExternalProcessor Method

Summary

Registers an external 3rd-party video or audio processor filter and refreshes the referenced collection.

Syntax

C#
VB
C++
public void RegisterExternalProcessor( 
   string Name, 
   bool Register 
) 
Public Sub RegisterExternalProcessor( _ 
   ByVal Name As String, _ 
   ByVal Register As Boolean _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly