| VLCState 枚举 | 
命名空间: LibVLCSharp.Shared
 语法
语法public enum VLCState
 成员
成员| 成员名称 | 值 | 说明 | |
|---|---|---|---|
| NothingSpecial | 0 | Nothing special happening | |
| Opening | 1 | Opening media | |
| Buffering | 2 | Buffering media | |
| Playing | 3 | Playing media | |
| Paused | 4 | Paused media | |
| Stopped | 5 | Stopped media | |
| Ended | 6 | Ended media | |
| Error | 7 | Error media | 
 备注
备注mediacontrol_PlayerStatus,
input_state_e enums,
and VideoLAN.LibVLCSharp.State (at bindings/cil/src/media.cs).
Expected states by web plugins are:
IDLE/CLOSE=0, OPENING=1, PLAYING=3, PAUSED=4,
STOPPING=5, ENDED=6, ERROR=7
 参见
参见