Share via


ICustomFilterSession Interface

Interface for a user-defined custom filter session, used by CustomFilterAdapter when processing the image.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public interface ICustomFilterSession
'Declaration
Public Interface ICustomFilterSession
public interface class ICustomFilterSession
Lumia.Imaging.Custom.ICustomFilterSession = function();
Lumia.Imaging.Custom.ICustomFilterSession.createInterface('Lumia.Imaging.Custom.ICustomFilterSession');

Remarks

The session is called to perform the image processing done by a custom filter. Note that this may happen concurrently on other sessions created by the same custom filter (see ICustomFilter2).

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ICustomFilterSession.ICustomFilterSession Members

Lumia.Imaging.Custom Namespace