MediaRenderer.SeekAsync method

Instructs the DMR asynchronously to seek to a particular time offset.

Syntax

HRESULT SeekAsync(
  [in]  Windows.Foundation.TimeSpan target,
  [out] PlaybackOperation           **value
);

Parameters

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK

The method succeeded.

 

See also

MediaRenderer