MediaTransportControls.IsPlaybackRateEnabled Property

Definition

Gets or sets a value that indicates whether a user can adjust the playback rate of the media.

public:
 property bool IsPlaybackRateEnabled { bool get(); void set(bool value); };
bool IsPlaybackRateEnabled();

void IsPlaybackRateEnabled(bool value);
public bool IsPlaybackRateEnabled { get; set; }
var boolean = mediaTransportControls.isPlaybackRateEnabled;
mediaTransportControls.isPlaybackRateEnabled = boolean;
Public Property IsPlaybackRateEnabled As Boolean
<MediaTransportControls IsPlaybackRateEnabled="bool" .../>
    

Property Value

Boolean

bool

true to allow the user to adjust the playback rate; otherwise, false. The default is false.

Applies to

See also