Share via


MediaTransport.SkipForward Method

Invokes the skip-forward action on the current media, moving the playback forward by 29 seconds. For music files, it moves the playback to the end of the file.

Syntax

public void SkipForward();

Parameters

This method takes no parameters.

Return Value

This method does not return a value.

Remarks

The pause buffer for TV or FM radio is up to 30 minutes long, starting from the time that the user tunes in. From any earlier point in the pause buffer, you can continuously skip forward up to the present "live" playback.

In the Windows Media Center UI in DVD settings, users have the option of setting the Skip and Replay buttons on the remote control to skip to the previous or next chapter, or to skip backward and forward by time increments. The SkipForward method will perform the same action the user has chosen.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also