Type |
Name |
Description |
BOOL |
Enable |
TRUE to enable the effect. |
BOOL |
PreserveFrameRate |
TRUE to use previous frames to enhance frame rate, the output is not exactly the same as when setting this member to FALSE. |
BOOL |
Average |
TRUE to enable frame averaging. |
int |
Frames |
Number of frames to add. |
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. |
index: |
an integer variable that holds the frame index for which to get the factor. |
pVal: |
a valid pointer to an integer to be updated with the frame factor. |
Retrieves the factor of some frame in the currently active array of frames.
S_OK: Success.
E_POINTER: Invalid pointer passed.
E_INVALIDARG: Invalid parameter passed.
index: |
an integer variable that holds the frame index for which the factor is to be set. |
newVal: |
an integer variable that holds the new frame factor value. |
Sets the factor of some frame in the currently active array of frames.
S_OK: Success.
E_INVALIDARG: Invalid parameter passed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET