LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Filters > EFX Maze Filter > ILMVMaze Interface |
Interface Properties:
Type |
Name |
Description |
VARIANT_BOOL |
Enabled |
Enables or disables the effect. If set to VARIANT_FALSE, the filter will pass the video samples intact. |
long |
Divisions |
Number of fragments. Range: 0 to 64. |
VARIANT_BOOL |
CenterBreak |
Flag that indicates how each frame will be distorted. Possible values are: |
VARIANT_BOOL |
EffectAreaEnabled |
Enables or disables the effect for a cropped video area. Area limits are set using the Left, Top, Right and Bottom properties. |
long |
Left |
Left boundary of the effect area. |
long |
Top |
Top boundary of the effect area. |
long |
Right |
Right boundary of the effect area. |
long |
Bottom |
Bottom boundary of the effect area. |