Google Flix Engine Linux Reference Manual User Manual

Page 319

Advertising
background image

6.35 flixengine2/media_editor_options.h File Reference

313

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.

Deprecated functions

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.

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

Advertising