Filter Parameters:
Name | Type | Opt/Reqd | Range ============================================================================ FE2_ADAPTIVE_DEINTERLACE_MODE | Numeric | Required | 0-3
Example Usage:
sc = Flix2_AddFilter(&filter, flix, FE2_FILTER_ADAPTIVE_DEINTERLACE); // use adaptive mode if(sc == ON2_OK) sc = Flix2_FilterSetParam(filter, FE2_ADAPTIVE_DEINTERLACE_MODE, 3);
Additional References:
Deinterlace entry in the Wikipedia
Deprecated functions | |
| on2sc | video_options_GetDeinterlace (const FLIX2HANDLE flix, on2bool *lpDeinterlace) |
| Determine if the deinterlace filter is enabled. | |
| on2sc | video_options_SetDeinterlace (FLIX2HANDLE flix, const on2bool lDeinterlace) |
| Enable/disable the deinterlace filter. | |
Defines | |
| #define | FE2_FILTER_ADAPTIVE_DEINTERLACE |
| Filter name for use with Flix2_AddFilter(). | |
| #define | FE2_ADAPTIVE_DEINTERLACE_MODE |
| Filter parameter name for deinterlace mode. | |
| #define FE2_ADAPTIVE_DEINTERLACE_MODE |
Filter parameter name for deinterlace mode.
Use FE2_ADAPTIVE_DEINTERLACE_MODE with Flix2_FilterSetParam() and Flix2_FilterGetParam() to set and/or get the mode being used for deinterlacing:
Definition at line 66 of file adaptive_deinterlace.h.
| #define FE2_FILTER_ADAPTIVE_DEINTERLACE |
| on2sc video_options_GetDeinterlace | ( | const FLIX2HANDLE | flix, | |
| on2bool * | lpDeinterlace | |||
| ) |
Determine if the deinterlace filter is enabled.
| [in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
| [out] | lpDeinterlace | Variable to update with the current deinterlace enable status |
| ON2_OK | The deinterlace filter enable status was successfully retrieved from the engine. |
| on2sc video_options_SetDeinterlace | ( | FLIX2HANDLE | flix, | |
| const on2bool | lDeinterlace | |||
| ) |
Enable/disable the deinterlace filter.
| [in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
| [in] | lDeinterlace | New deinterlace enable status. on2true to enable, on2false to disable. |
| ON2_OK | The deinterlace enable status was successfully set in the engine. |
Flix Engine Windows documentation, generated on Mon May 19 10:51:28 2008 by
doxygen 1.5.5