RegisterExternalProcessor Method

Summary
Registers an external 3rd-party video or audio processor transform and refreshes the referenced collection.
Syntax
C#
C++/CLI
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 transform and refreshes the referenced collection. After the processor is added and the collection is refreshed, the newly registered processor transform can be selected for play, capture or convert transform topologies. If the method fails, an error is raised. For more information, refer to the Error Codes.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.