setDataFormat method
Sets the data output format (see DataFormat).
Implementation
Future<int> setDataFormat(int format) {
return _set(CapturePropertyIds.dataFormatDevice, CapturePropertyTypes.byte, format);
}
Sets the data output format (see DataFormat).
Future<int> setDataFormat(int format) {
return _set(CapturePropertyIds.dataFormatDevice, CapturePropertyTypes.byte, format);
}