FastForward Method
Collapse the table of content
Expand the table of content

BackgroundAudioPlayer.FastForward Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Starts fast-forwarding through the current AudioTrack.

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Sub FastForward

ExceptionCondition
InvalidOperationException

FastForward was called, but there is no current Track set.

InvalidOperationException

FastForward was called, but the current AudioTrack was streamed by using the MediaStreamSource class. You can only call the FastForward method when the current AudioTrack was loaded from a local or a web Uri.

This method is not affected by the enabled PlayerControls of the current AudioTrack.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft