getDataFormat method

Future<int> getDataFormat()

Gets the current data output format (see DataFormat).

Implementation

Future<int> getDataFormat() async {
  return (await _get(CapturePropertyIds.dataFormatDevice)) as int;
}