Interface IMediaBlocksPipelineCustomErrorHandler
Interface IMediaBlocksPipelineCustomErrorHandler. Implement this interface to handle errors in pipeline in the ErrorHandler method. Return true if you handled the error and the pipeline should continue working.
Namespace: VisioForge.Core.Types.X
Assembly: VisioForge.Core.dll
Syntax
public interface IMediaBlocksPipelineCustomErrorHandler
Methods
ErrorHandler(Bus, Message, Pipeline)
Errors the handler.
Declaration
bool ErrorHandler(Bus bus, Message msg, Pipeline pipeline)
Parameters
Type | Name | Description |
---|---|---|
Bus | bus | The bus. |
Message | msg | The MSG. |
Pipeline | pipeline | The pipeline. |
Returns
Type | Description |
---|---|
bool |
|