GlobalSystemMediaTransportControlsSession.TryFastForwardAsync Method

Definition

Attempts to put the session into a FastForward state.

public:
 virtual IAsyncOperation<bool> ^ TryFastForwardAsync() = TryFastForwardAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryFastForwardAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryFastForwardAsync();
function tryFastForwardAsync()
Public Function TryFastForwardAsync () As IAsyncOperation(Of Boolean)

Returns

True indicates success; False otherwise

Attributes

Windows requirements

App capabilities
globalMediaControl

Applies to