ZegoSoundBoardEventHandler class

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

handlerRecordSoundEffectException ↔ void Function(String methodName, String exceptionMsg)?
Exception handling callback
getter/setter pair
onAlignedAudioAuxData ↔ void Function(Uint8List data, int dataLength, int sampleRate, int channel)?
Aligned audio aux frames callback.
getter/setter pair
onMediaFilePlayComplete ↔ void Function()?
Media player play complete on tone tunning
getter/setter pair
onPlayPCMProgress ↔ void Function(int currentProgress)?
Progress callback when playing pcm file during tone tuning
getter/setter pair
onPlayPCMTotalProgress ↔ void Function(int totalProgress)?
Total Progress callback when load pcm file during tone tuning
getter/setter pair
onProcessCapturedAudioData ↔ void Function(Uint8List data, int dataLength, int sampleRate, int channel, double timeStamp)?
Custom audio processing local captured PCM audio frame callback.
getter/setter pair