Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| 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 |