WMS_PACKET_LIST_ATTRIBUTES

banner art

Previous Next

WMS_PACKET_LIST_ATTRIBUTES

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

Syntax

  typedef enum WMS_PACKET_LIST_ATTRIBUTES{
  WMS_PACKET_LIST_FLAGS  = 0,
  WMS_STREAM_SIGNAL  = 1,
  WMS_PACKET_LIST_GENID  = 2,
  WMS_PACKET_LIST_SEND_TIME  = 3,
  WMS_PACKET_LIST_SEND_TIME_HI  = 4,
  WMS_PACKET_LIST_PLAYLIST_GEN_ID  = 5
};

Members

WMS_PACKET_LIST_FLAGS

Retrieves any flags associated with the packet defined by WMS_PACKET_LIST_FLAG_TYPES.

WMS_STREAM_SIGNAL

Retrieves stream-signal attributes associated with the packet list.

WMS_PACKET_LIST_GENID

Retrieves the number of times the packet list has been processed.

WMS_PACKET_LIST_SEND_TIME

Retrieves the low-order DWORD of the send time of the packet list.

WMS_PACKET_LIST_SEND_TIME_HI

Retrieves the high-order DWORD of the send time of the packet list.

WMS_PACKET_LIST_PLAYLIST_GEN_ID

Retrieves the number of times the playlist has been processed.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next