Table of Contents

Enum VLCState

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Note the order of libvlc_state_t enum must match exactly the order of

public enum VLCState

Fields

Buffering = 2

Buffering media

Ended = 6

Ended media

Error = 7

Error media

NothingSpecial = 0

Nothing special happening

Opening = 1

Opening media

Paused = 4

Paused media

Playing = 3

Playing media

Stopped = 5

Stopped media

Remarks

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