Click or drag to resize

ContextMenuMediaState Enumeration

Version 102.0.100
Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
[FlagsAttribute]
public enum ContextMenuMediaState
Members
  Member nameValueDescription
None0 None
Error1 Error
Paused2 Paused
Muted4 Muted
Loop8 Loop
CanSave16 CanSave
HasAudio32 HasAudio
CanToggleControls64 Can Toggle Controls
Controls128 Controls
CanPrint256 CanPrint
CanRotate512 CanRotate
CanPictureInPicture1024 CanPictureInPicture
PictureInPicture2048 PictureInPicture
CanLoop4096 CanLoop
See Also