setProperty method

Future<CaptureProperty> setProperty(
  1. int clientOrDeviceHandle,
  2. CaptureProperty property
)

Implementation

Future<CaptureProperty> setProperty(
    int clientOrDeviceHandle, CaptureProperty property) async {
  throw CaptureException(
      SktErrors.ESKT_NOTINITIALIZED, 'setProperty() is not implemented.');
}