Media Player Player.playState事件
发表时间: 2006-7-26 17:14:38 | 评论: 0 | 浏览: 182 | 来自: LUKIYA_NEVERLAND
| 0 | Undefined | Windows Media Player is in an undefined state.(未定义) |
| 1 | Stopped | Playback of the current media item is stopped.(停止) |
| 2 | Paused | Playback of the current media item is paused. When a media item is paused, resuming playback begins from the same location.(停留) |
| 3 | Playing | The current media item is playing.(播放) |
| 4 | ScanForward | The current media item is fast forwarding. |
| 5 | ScanReverse | The current media item is fast rewinding. |
| 6 | Buffering | The current media item is getting additional data from the server.(转换) |
| 7 | Waiting | Connection is established, but the server is not sending data. Waiting for session to begin.(暂停) |
| 8 | MediaEnded | Media item has completed playback. (播放结束) |
| 9 | Transitioning | Preparing new media item. |
| 10 | Ready | Ready to begin playing.(准备就绪) |
| 11 | Reconnecting | Reconnecting to stream.(重新连接) |