setStandConfig method
Sets the stand (cradle) configuration (see StandConfig).
Implementation
Future<int> setStandConfig(int config) {
return _set(CapturePropertyIds.standConfigDevice, CapturePropertyTypes.ulong, config);
}
Sets the stand (cradle) configuration (see StandConfig).
Future<int> setStandConfig(int config) {
return _set(CapturePropertyIds.standConfigDevice, CapturePropertyTypes.ulong, config);
}