LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Filters > Mosaic Filter > ILMVMosaicDisp interface |
Interface Properties:
Type |
Name |
Description |
long |
SquareSize |
Size of the mosaic square, 1 to 64. |
BOOL |
Enabled |
Indicates weather the Mosaic effect is enabled (TRUE) or not (FALSE). |
long |
DefaultSquareSize |
Default square size. Original default value is 1. |
BOOL |
DefaultEnabled |
Default mosaic Enable value. Original default value is TRUE. |
long |
lLeft |
The left coordinate of the effect area rectangle. |
long |
lTop |
The top coordinate of the effect area rectangle. |
long |
lRight |
The right coordinate of the effect area rectangle. |
long |
lBottom |
The bottom coordinate of the effect area rectangle. |
BOOL |
EffectAreaEnabled |
Enable (TRUE) or disables (FALSE) the effect area. |
long |
DefaultLeft |
Default left. Original value is 0. |
long |
DefaultTop |
Default top. Original value is 0. |
long |
DefaultRight |
Default right. Original value is 1. |
long |
DefaultBottom |
Default bottom. Original value is 1. |
BOOL |
DefaultEffectAreaEnabled |
Default effect area enable status. |
BOOL |
IsLEADInputPinConnected |
Read only; returns TRUE if the filters input pin is connected. |
BOOL |
IsLEADOutputPinConnected |
Read only; returns TRUE if the filters output pin is connected. |
long |
InWidth |
Read only; the input stream width. |
long |
InHeight |
Read only; the input stream height. |
long |
OutWidth |
Read only; the output stream width. |
long |
OutHeight |
Read only; the output stream height. |
long |
InBits |
Read only; the input stream bits per pixel. |
long |
OutBits |
Read only; the output stream bits per pixel. |