TVideoGrabber.SetVMR9ImageAdjustmentValue

Prev

Next

TVideoGrabber

Methods

 




































































































Sets a VMR9 image adjustment setting.


Declaration
function SetVMR9ImageAdjustmentValue(MainDisplay: Boolean; VMR9ControlSetting: TVMR9ImageAdjustment; Value: LongInt; FixRange: Boolean): Boolean;


bool __fastcall SetVMR9ImageAdjustmentValue(bool MainDisplay, TVMR9ImageAdjustment VMR9ControlSetting, int Value, bool FixRange)


Function SetVMR9ImageAdjustmentValue(MainDisplay As Boolean, VMR9ControlSetting As TxVMR9ImageAdjustment, param3 As Long, FixRange As Boolean) As Boolean

Description

Used to set a VMR9 image adjustment property (brightness, contrast, hue, saturation).
The VMR9ControlSetting parameter is a TVMR9ImageAdjustment type.

See also GetVMR9ImageAdjustmentValue.


See Also
GetVMR9ImageAdjustmentBounds IsVMR9ImageAdjustmentAvailable TVMR9ImageAdjustment