FastPlayFallbackBehaviour
FastPlayFallbackBehaviour
FastPlayFallbackBehaviour
FastPlayFallbackBehaviour
Enum
Definition
Defines constants that specify how MediaTransportControls fast-forward/backward buttons behave.
public : enum class FastPlayFallbackBehaviourpublic enum FastPlayFallbackBehaviourPublic Enum FastPlayFallbackBehaviour// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| Disable Disable Disable Disable | If the media doesn't support fast-forward/fast-rewind, the buttons are disabled. |
| Hide Hide Hide Hide | If the media doesn't support fast-forward/fast-rewind, the buttons are hidden. |
| Skip Skip Skip Skip | If the media doesn't support fast-forward/fast-rewind, the media skips 30 seconds. |
Remarks
This enumeration provides values for the MediaTransportControls.FastPlayFallbackBehaviour property.