VIAudioFileError class

Constructors

VIAudioFileError()

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

Constants

ERROR_ALREADY_PLAYING → const String
The audio file is already playing.
ERROR_CALLKIT_ACTIVATED → const String
Audio file playing was interrupted by CallKit activation.
ERROR_CALLKIT_DEACTIVATED → const String
Audio file playing was interrupted by CallKit deactivation.
ERROR_DESTROYED → const String
Audio file playing was stopped due to
ERROR_FAILED_TO_CONFIGURE_AUDIO_SESSION → const String
Audio file failed to start playing due to audio session configuration issues.
ERROR_INTERNAL → const String
Internal error occurred.
ERROR_INTERRUPTED → const String
Audio file playing was interrupted by a third party application.