MediaPlayerConfig class
Audio mixing configuration
Properties
- autoPlay → bool
-
Play the audio automatically. If not, call RTCMediaPlayer.start to play the audio.
final
- callbackOnProgressInterval → int
-
Set the interval of the periodic callback RTCMediaPlayerEventHandler.onMediaPlayerPlayingProgress during audio mixing in ms.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- playCount → int
-
Mix playback times
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPos → int
-
The starting position in ms. 0 by default.
final
- syncProgressToRecordFrame → bool
-
Attach the process information of local audio file mixing to the captured audio data. Enable the function to enhance the synchronicity of the remote audio mixing.
final
- type → AudioMixingType
-
Mixed audio playback types.
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