MediaTransport.SkipBack Method

Invokes the skip-back action on the current media, moving the playback back by seven seconds. For music files, it moves the playback to the beginning of the file.

Syntax

public void SkipBack();

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 the user tunes in. You can skip back as far as the beginning of the buffer. For music files, the SkipBack method will start the music file from the beginning.

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 SkipBack 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