VINoAudioSignal class

Represents a quality issue reporting that no audio is captured by the microphone.

Issue level can be only VIQualityIssueLevel.Critical if the issue is detected or VIQualityIssueLevel.None if the issue is not detected or resolved.

Possible reasons:

  • Access to microphone is denied
  • Category of AVAudioSession is not AVAudioSessionCategoryPlayAndRecord

A subclass of VIQualityIssue

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
level VIQualityIssueLevel
Issue level
finalinherited
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