enableSharpnessEnhancement abstract method

Future<V2TXLiveCode> enableSharpnessEnhancement(
  1. bool enable
)

Enable/disable sharpness enhancement

Parameter:

enable true: Enable; false: Disable. Default: false

Return:

'0' success, more information please see V2TXLiveCode

Implementation

Future<V2TXLiveCode> enableSharpnessEnhancement(bool enable);