lFlags
Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. You can use a bit wise OR (|) to specify one flag from each group.
The following flags represent operations on the X harmonics range:
Value |
Meaning |
FRQ_INSIDE_X |
[0x0001] Keep the X harmonics inside the X range and remove outside ones. |
FRQ_OUTSIDE_X |
[0x0002] Remove the X harmonics inside the X range and keep outside ones. |
The following flags represent operations on the Y harmonics range:
Value |
Meaning |
FRQ_INSIDE_Y |
[0x0010] Keep the Y harmonics inside the Y range and remove outside ones. |
FRQ_OUTSIDE_Y |
[0x0020] Remove the Y harmonics inside the Y range and keep outside ones. |