IQueryPlaybackCapabilities Interface

Gets values that indicate the playback capabilities for media.

  public interface IQueryPlaybackCapabilities

Members

Public Instance Properties

Property Description
AllowFastForward Gets a value that indicates whether the user is allowed to fast forward during playback of the current item.
AllowNext Gets a value that indicates whether the user is allowed to advance to the next item in the media collection during playback of the current item.
AllowPrevious Gets a value that indicates whether the user is allowed to go back to the previous item in the media collection during playback of the current item.
AllowRewind Gets a value that indicates whether the user is allowed to rewind to the beginning during playback of the current item.
AllowSeekBack Gets a value that indicates whether the user is allowed to use the seek slider to move to a previous point (replay or frame step backward) during playback of the current item.
AllowSeekForward Gets a value that indicates whether the user is allowed to use the seek slider to move to a later point (skip forward or frame step forward) during playback of the current item.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also