WMS_SEEK_AND_PLAY_TYPE

banner art

Previous Next

WMS_SEEK_AND_PLAY_TYPE

The WMS_SEEK_AND_PLAY_TYPE enumeration type identifies values that can be used in a command context to control content playback.

Syntax

  typedef enum WMS_SEEK_AND_PLAY_TYPE{
  WMSPlayFromCurrentPosition  = 0,
  WMSSeekToIFrameAndPlay  = 1,
  WMSSeekToPositionAndPlay  = 2
};

Members

WMSPlayFromCurrentPosition

Content should continue playing from the current position.

WMSSeekToIFrameAndPlay

Content should play from a specified frame offset.

WMSSeekToPositionAndPlay

Content should play from a specified byte offset.

Requirements

Header: wmsdatapath.h.

Library: WMSServerTypeLib.dll.

Platform: Windows ServerĀ 2003 family, Windows ServerĀ 2008 family.

See Also

Previous Next