WMS_PACKET_LIST_FLAG_TYPES

banner art

Previous Next

WMS_PACKET_LIST_FLAG_TYPES

The WMS_PACKET_LIST_FLAG_TYPES enumeration type identifies the attributes of a packet list.

Syntax

  typedef enum WMS_PACKET_LIST_FLAG_TYPES{
  WMS_PACKET_LIST_NEEDS_FIXUP  = 1,
  WMS_PACKET_LIST_UDP_RESEND  = 2,
  WMS_PACKET_LIST_PRESTUFF  = 4,
  WMS_PACKET_LIST_PLAYLIST_CHANGE_RECEDING  = 8
};

Members

WMS_PACKET_LIST_NEEDS_FIXUP

The packet list contains multiple streams and needs to be combined into one stream for use by the media parser.

WMS_PACKET_LIST_UDP_RESEND

The packet list contains resend packets and should be sent immediately.

WMS_PACKET_LIST_PRESTUFF

The packet list is a prestuff packet list. These packet lists contain a few seconds of data sent to clients from a broadcast publishing point with Fast Start enabled.

WMS_PACKET_LIST_PLAYLIST_CHANGE_RECEDING

The packet list is a contains previously transmitted content as in the case of rewinding or skipping to previous content files.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next