setStandConfig method

Future<int> setStandConfig(
  1. int config
)

Sets the stand (cradle) configuration (see StandConfig).

Implementation

Future<int> setStandConfig(int config) {
  return _set(CapturePropertyIds.standConfigDevice, CapturePropertyTypes.ulong, config);
}