AudioWPM class

音频播放速度(WPM - Words Per Minute)配置类 Audio playback speed (WPM - Words Per Minute) configuration class

这个类定义了音频播放速度的最小值和最大值限制 This class defines the minimum and maximum limits for audio playback speed

Constructors

AudioWPM()

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

maxWPM → const int
最大播放速度(每分钟单词数) Maximum playback speed (words per minute)
minWPM → const int
最小播放速度(每分钟单词数) Minimum playback speed (words per minute)