ContextMenuMediaState Enumeration |
Version 130.1.90
Supported context menu media state bit flags. These constants match their
equivalents in Chromium's ContextMenuData::MediaFlags and should not be
renumbered.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 | 1,024 |
CanPictureInPicture
|
PictureInPicture | 2,048 |
PictureInPicture
|
CanLoop | 4,096 |
CanLoop
|
See Also