setDecodeAction method
Sets the local decode action (see LocalDecodeAction).
Implementation
Future<int> setDecodeAction(int action) {
return _set(CapturePropertyIds.localDecodeActionDevice, CapturePropertyTypes.byte, action);
}
Sets the local decode action (see LocalDecodeAction).
Future<int> setDecodeAction(int action) {
return _set(CapturePropertyIds.localDecodeActionDevice, CapturePropertyTypes.byte, action);
}