SingleAudioUtils class
Constructors
- SingleAudioUtils()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onPlayProgressUpdate
→ Stream<
double> -
no setter
- player → FijkPlayer?
-
获取播放器
no setter
- playIndex ↔ int
-
getter/setter pair
-
playMap
→ Map<
String, FijkPlayer> -
final
- 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
-
pause(
) → void - 暂停播放
-
setSource(
{required PlayerInfo playerInfo}) → void - 设置播放数据源
-
start(
) → void - 开始播放
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → SingleAudioUtils
-
no setter