ContextMenuMediaState Enumeration | 
Version 93.1.111 
            Supported context menu media state bit flags.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax[FlagsAttribute]
public enum ContextMenuMediaState
[FlagsAttribute]
public enum class ContextMenuMediaState
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            None
             | 
 | Error | 1 | 
            Error
             | 
 | Paused | 2 | 
            Paused
             | 
 | Muted | 4 | 
            Muted
             | 
 | Loop | 8 | 
            Loop
             | 
 | CanSave | 16 | 
            CanSave
             | 
 | HasAudio | 32 | 
            HasAudio
             | 
 | HasVideo | 64 | 
            HasVideo
             | 
 | ControlRootElement | 128 | 
            ControlRootElement
             | 
 | CanPrint | 256 | 
            CanPrint
             | 
 | CanRotate | 512 | 
            CanRotate
             | 
See Also