getDecodeAction method

Future<int> getDecodeAction()

Gets the local decode action (see LocalDecodeAction).

Implementation

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