Reference module(s): Filter Manipulation, Video Filters. More...
Go to the source code of this file.
Functions | |
on2sc | editor_options_Reset (FLIX2HANDLE flix) |
Reset the media editor options to their defaults. | |
on2sc | editor_options_Validate (const FLIX2HANDLE flix) |
Ensure the current media editor settings are valid. | |
Deprecated functions | |
on2sc | editor_options_GetCrop (const FLIX2HANDLE flix, on2bool *pCrop) |
Determine if the crop filter is enabled. | |
on2sc | editor_options_SetCrop (FLIX2HANDLE flix, const on2bool crop) |
Enable/disable the crop filter. | |
on2sc | editor_options_GetCropBounds (const FLIX2HANDLE flix, int32_t *pTop, int32_t *pLeft, int32_t *pBottom, int32_t *pRight) |
Get the current bounding box used for cropping. | |
on2sc | editor_options_SetCropBounds (FLIX2HANDLE flix, const int32_t top, const int32_t left, const int32_t bottom, const int32_t right) |
Set the current bounding box used for cropping. | |
on2sc | editor_options_GetBrightness (const FLIX2HANDLE flix, int32_t *pBrightness) |
Get the current brightness adjustment factor. | |
on2sc | editor_options_SetBrightness (FLIX2HANDLE flix, const int32_t brightness) |
Set the brightness adjustment factor. | |
on2sc | editor_options_GetUseBrightness (const FLIX2HANDLE flix, on2bool *pUseBrightness) |
Determine if the brightness filter is enabled. | |
on2sc | editor_options_SetUseBrightness (FLIX2HANDLE flix, const on2bool bUseBrightness) |
Enable/disable the brightness filter. | |
on2sc | editor_options_GetContrast (const FLIX2HANDLE flix, double *pContrast) |
Get the current contrast adjustment factor. | |
on2sc | editor_options_SetContrast (FLIX2HANDLE flix, const double contrast) |
Set the contrast adjustment factor. | |
on2sc | editor_options_GetUseContrast (const FLIX2HANDLE flix, on2bool *pUseContrast) |
Determine if the contrast filter is enabled. | |
on2sc | editor_options_SetUseContrast (FLIX2HANDLE flix, const on2bool bUseContrast) |
Enable/disable the contrast filter. | |
on2sc | editor_options_GetHue (const FLIX2HANDLE flix, int32_t *pHue) |
Get the current hue adjustment factor. | |
on2sc | editor_options_SetHue (FLIX2HANDLE flix, const int32_t hue) |
Set the hue adjustment factor. | |
on2sc | editor_options_GetUseHue (const FLIX2HANDLE flix, on2bool *pUseHue) |
Determine if the hue filter is enabled. | |
on2sc | editor_options_SetUseHue (FLIX2HANDLE flix, const on2bool bUseHue) |
Enable/disable the hue filter. | |
on2sc | editor_options_GetSaturation (const FLIX2HANDLE flix, double *pSaturation) |
Get the current saturation adjustment factor. | |
on2sc | editor_options_SetSaturation (FLIX2HANDLE flix, const double saturation) |
Set the saturation adjustment factor. | |
on2sc | editor_options_GetUseSaturation (const FLIX2HANDLE flix, on2bool *pUseSaturation) |
Determine if the saturation filter is enabled. | |
on2sc | editor_options_SetUseSaturation (FLIX2HANDLE flix, const on2bool bUseSaturation) |
Enable/disable the saturation filter. | |
on2sc | editor_options_GetUseCut (const FLIX2HANDLE flix, on2bool *pUseCut) |
Determine if the cut filter is enabled. | |
on2sc | editor_options_SetUseCut (FLIX2HANDLE flix, const on2bool bUseCut) |
Enable/disable the cut filter. | |
on2sc | editor_options_GetCutStartTime (const FLIX2HANDLE flix, double *pStartTime) |
Get the current cut start time. | |
on2sc | editor_options_SetCutStartTime (FLIX2HANDLE flix, const double start_time) |
Set the cut start time. | |
on2sc | editor_options_GetCutStopTime (const FLIX2HANDLE flix, double *pEndTime) |
Get the current cut stop time. | |
on2sc | editor_options_SetCutStopTime (FLIX2HANDLE flix, const double end_time) |
Set the cut stop time. |
Reference module(s): Filter Manipulation, Video Filters.
Definition in file media_editor_options.h.