Type | Name | Description |
---|---|---|
VARIANT_BOOL | Enabled | TRUE to enable the effect. |
VARIANT_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. |
VARIANT_BOOL | Average | TRUE to enable frame averaging. |
int | Frames | Number of frames to add. |
VARIANT_BOOL | IsLEADInputPinConnected | Read only; returns TRUE if the filters input pin is connected. |
VARIANT_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. |
Retrieves the factor of some frame in the currently active array of frames.
An integer variable that holds the frame index for which to get the factor.
A valid pointer to an integer to be updated with the frame factor.
Return | Description |
---|---|
S_OK | Successful. |
E_POINTER | Invalid pointer passed. |
E_INVALIDARG | Invalid parameter passed. |
Sets the factor of some frame in the currently active array of frames.
An integer variable that holds the frame index for which the factor is to be set.
An integer variable that holds the new frame factor value.
Return | Description |
---|---|
S_OK | Successful. |
E_INVALIDARG | Invalid parameter passed. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document