ZIMAudioEventHandler class abstract

Constructors

ZIMAudioEventHandler()

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

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

onError ↔ void Function(ZIMAudioError errorInfo)?
SDK exception error notification.
getter/setter pair
onPlayerEnded ↔ void Function()?
Playback end notification.
getter/setter pair
onPlayerFailed ↔ void Function(int errorCode)?
Playback failure notification.
getter/setter pair
onPlayerInterrupted ↔ void Function()?
Notification that playback has been interrupted.
getter/setter pair
onPlayerProgress ↔ void Function(int currentDuration)?
Playback progress callback.
getter/setter pair
onPlayerStarted ↔ void Function(int totalDuration)?
Play start notification.
getter/setter pair
onPlayerStopped ↔ void Function()?
Play stop notification.
getter/setter pair
onRecorderCancelled ↔ void Function()?
Recording cancellation notification.
getter/setter pair
onRecorderCompleted ↔ void Function(int totalDuration)?
Recording completion notification.
getter/setter pair
onRecorderFailed ↔ void Function(int errorCode)?
Recording failure notification.
getter/setter pair
onRecorderProgress ↔ void Function(int currentDuration)?
Recording progress notification.
getter/setter pair
onRecorderStarted ↔ void Function()?
Recording start notification.
getter/setter pair