PlayerState

播放器状态

Parameters

Uninit

未初始化

Inited

已初始化

Preparing

资源准备中

Prepared

已准备好播放

Loading

加载中

Playing

播放中

Paused

已暂停

Stopping

停止中

Stopped

已停止

Completed

已完成

Error

出错了, 通过-getError获取详情

Entries

Link copied to clipboard

未初始化

Link copied to clipboard

已初始化

Link copied to clipboard

资源准备中

Link copied to clipboard

已准备好播放

Link copied to clipboard

加载中

Link copied to clipboard

播放中

Link copied to clipboard

已暂停

Link copied to clipboard

停止中

Link copied to clipboard

已停止

Link copied to clipboard

已完成

Link copied to clipboard

出错了, 通过-getError获取详情

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.