getDecodeAction method
Gets the local decode action (see LocalDecodeAction).
Implementation
Future<int> getDecodeAction() async {
return (await _get(CapturePropertyIds.localDecodeActionDevice)) as int;
}
Gets the local decode action (see LocalDecodeAction).
Future<int> getDecodeAction() async {
return (await _get(CapturePropertyIds.localDecodeActionDevice)) as int;
}