getDataFormat method
Gets the current data output format (see DataFormat).
Implementation
Future<int> getDataFormat() async {
return (await _get(CapturePropertyIds.dataFormatDevice)) as int;
}
Gets the current data output format (see DataFormat).
Future<int> getDataFormat() async {
return (await _get(CapturePropertyIds.dataFormatDevice)) as int;
}