FastPlayFallbackBehaviour Enum

Definition

Defines constants that specify how MediaTransportControls fast-forward/backward buttons behave.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 196608)]
public enum FastPlayFallbackBehaviour
Inheritance
FastPlayFallbackBehaviour
Attributes

Fields

Name Value Description
Skip 0

If the media doesn't support fast-forward/fast-rewind, the media skips 30 seconds.

Hide 1

If the media doesn't support fast-forward/fast-rewind, the buttons are hidden.

Disable 2

If the media doesn't support fast-forward/fast-rewind, the buttons are disabled.

Remarks

This enumeration provides values for the MediaTransportControls.FastPlayFallbackBehaviour property.

Applies to

Product Versions
Windows App SDK 1.2, 1.3, 1.4, 1.5, 1.6