MediaTransportControls.IsPlaybackRateEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se un utente può modificare la frequenza di riproduzione del supporto.

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" .../>
    

Valore della proprietà

Boolean

bool

true per consentire all'utente di modificare la frequenza di riproduzione; in caso contrario, false. Il valore predefinito è false.

Si applica a

Vedi anche