AudioEffectPlayerConfig class
混音配置
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pitch → int
-
与音乐文件原始音调相比的升高/降低值,取值范围为
[-12,12]
,默认值为 0。每相邻两个值的音高距离相差半音,正值表示升调,负值表示降调。final - playCount → int
-
混音播放次数。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPos → int
-
混音起始位置。默认值为 0,单位为毫秒。
final
- type → AudioMixingType
-
混音播放类型。
final
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