MediaPlayerConfig class
混音配置
Properties
- autoPlay → bool
-
是否自动播放。如果不自动播放,调用 RTCMediaPlayer.start 播放音乐文件。
final
- callbackOnProgressInterval → int
-
设置音频文件混音时,收到 RTCMediaPlayerEventHandler.onMediaPlayerPlayingProgress 的间隔。单位毫秒。
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- playCount → int
-
混音播放次数
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPos → int
-
混音起始位置。默认值为 0,单位为毫秒。
final
- syncProgressToRecordFrame → bool
-
在采集音频数据时,附带本地混音文件播放进度的时间戳。启用此功能会提升远端人声和音频文件混音播放时的同步效果。
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