MediaActionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Events supported by Media controls.
public enum class MediaActionType
public enum MediaActionType
type MediaActionType =
Public Enum MediaActionType
- Inheritance
-
MediaActionType
Fields
Name | Value | Description |
---|---|---|
Play | 0 | |
Pause | 1 | |
Seek | 2 | |
VolumeChange | 3 | |
Mute | 4 | |
None | 5 |