MediaItemPlaybackCapabilities Enumeration

Contains bitflag values that indicate which actions are allowed during playback. The application specifies a value that corresponds to a combination of the actions to allow.

  public enum MediaItemPlaybackCapabilities

Members

Value Description Bitflag value
None No playback action are allowed. 0x0000
AllowFastForward Fast forward is allowed. 0x0001
AllowRewind Rewind is allowed. 0x0002
AllowSeekForward Seeking forward is allowed. 0x0004
AllowSeekBack Seeking back is allowed. 0x0008
AllowNext Advancing to the next item is allowed. 0x0010
AllowPrevious Going back to the previous item is allowed. 0x0020
All All playback actions are allowed. 0xffff

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also