Flixengine2/media_editor_options.h file reference, Engine2, Media_editor_options.h – Google Flix Engine Linux Reference Manual User Manual

Page 318: 1 detailed description, Functions

Advertising
background image

312

Flix Engine Linux File Documentation

6.35

flixengine2/media_editor_options.h File Reference

6.35.1

Detailed Description

Reference module(s):

Filter Manipulation

,

Video Filters

.

Definition in file

media_editor_options.h

.

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.

Deprecated functions

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)

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising