WMS_SEEK_TYPE

banner art

Previous Next

WMS_SEEK_TYPE

The WMS_SEEK_TYPE enumeration type identifies the available seek operation types.

Syntax

  typedef enum WMS_SEEK_TYPE{
  WMS_SEEK_TO_TIME  = 1,
  WMS_SEEK_TO_PACKET  = 2,
  WMS_SEEK_TO_PLAYLIST_ENTRY  = 3,
  WMS_SEEK_TO_BYTE_OFFSET  = 4
};

Members

WMS_SEEK_TO_TIME

The offset value is specified in milliseconds.

WMS_SEEK_TO_PACKET

The offset value is specified by a packet number.

WMS_SEEK_TO_PLAYLIST_ENTRY

The offset value is specified by an index into a playlist.

WMS_SEEK_TO_BYTE_OFFSET

The offset value is specified in bytes.

Requirements

Header: streamdescription.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next