ChivoxAienginePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ChivoxAienginePlatform
Implementers

Constructors

ChivoxAienginePlatform()
Constructs a ChivoxAienginePlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aiengineCancel(String engineId) Future<void>
aiengineDelete(String engineId) Future<void>
aiengineFeed(String engineId, Uint8List bytes, int length) Future<void>
aiengineNew(String cfg) Future<String?>
aiengineStart(String engineId, Map<String, dynamic> audioSrc, String param, String callbackId) Future<void>
aiengineStop(String engineId) Future<void>
clearSavedSerialNumber(String appKey) Future<bool?>
extractRes(String assetPrefix, List<String> assetNames, String targetDir, String callbackId) Future<void>
getDeviceId() Future<String?>
getPlatformVersion() Future<String?>
getProvision(String? engineId, Map input) Future<String?>
getSerialNumber(String? engineId, Map input) Future<String?>
loadNativeCfg(String resRootDir, List<String> resNames) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ChivoxAienginePlatform
The default instance of ChivoxAienginePlatform to use.
getter/setter pair