Value | Meaning |
---|---|
CM_MEDIAFLAG_NONE0 | |
CM_MEDIAFLAG_IN_ERROR1 << 0 | |
CM_MEDIAFLAG_PAUSED1 << 1 | |
CM_MEDIAFLAG_MUTED1 << 2 | |
CM_MEDIAFLAG_LOOP1 << 3 | |
CM_MEDIAFLAG_CAN_SAVE1 << 4 | |
CM_MEDIAFLAG_HAS_AUDIO1 << 5 | |
CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS1 << 6 | |
CM_MEDIAFLAG_CONTROLS1 << 7 | |
CM_MEDIAFLAG_CAN_PRINT1 << 8 | |
CM_MEDIAFLAG_CAN_ROTATE1 << 9 | |
CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE1 << 10 | |
CM_MEDIAFLAG_PICTURE_IN_PICTURE1 << 11 | |
CM_MEDIAFLAG_CAN_LOOP1 << 12 |
Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.