cast.
            class   static
            播放器数据更改事件。提供已更改的字段(类型)和新值。
构造函数
PlayerDataChangedEvent
new PlayerDataChangedEvent(type, field, value)
| 参数 | |
|---|---|
| 类型 | cast.framework.ui.PlayerDataEventType 事件类型。 值不能为 null。 | 
| 字段 | string 已更改的字段名称。 | 
| value | 任意类型 新字段值。 | 
属性
字段
string
已更改的字段名称。
类型
non-null cast.framework.ui.PlayerDataEventType
value
任意类型
新字段值。