INDDownloadEngine.Seek(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the download engine to go to a specified time position in the media stream.
public:
void Seek(TimeSpan startPosition);
void Seek(TimeSpan const& startPosition);
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void Seek(TimeSpan const& startPosition);
public void Seek(System.TimeSpan startPosition);
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void Seek(System.TimeSpan startPosition);
function seek(startPosition)
Public Sub Seek (startPosition As TimeSpan)
Parameters
- Attributes