ContextMenuMediaState Enumeration |
Version 106.0.290
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: 106.0.290.0 (106.0.290.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
|
| CanToggleControls | 64 |
Can Toggle Controls
|
| Controls | 128 |
Controls
|
| CanPrint | 256 |
CanPrint
|
| CanRotate | 512 |
CanRotate
|
| CanPictureInPicture | 1024 |
CanPictureInPicture
|
| PictureInPicture | 2048 |
PictureInPicture
|
| CanLoop | 4096 |
CanLoop
|
See Also