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_PACKET_ATTRIBUTES
The WMS_PACKET_ATTRIBUTES enumeration type identifies attributes of a packet.
Syntax
typedef enum WMS_PACKET_ATTRIBUTES{
WMS_PACKET_PACKET_NUM = 0,
WMS_PACKET_NUM_BUFFERS = 1,
WMS_PACKET_LENGTH = 2,
WMS_PACKET_SEND_TIME_HI = 3,
WMS_PACKET_SEND_TIME = 4,
WMS_PACKET_STREAM_NUM = 5,
WMS_PACKET_FLAGS = 6,
WMS_PACKET_NET_SEQUENCE_NUMBER = 7,
WMS_PACKET_PRESENT_TIME_HI = 8,
WMS_PACKET_PRESENT_TIME = 9,
WMS_PACKET_RECV_TIME = 10,
WMS_PACKET_NUM_NACKS = 11,
WMS_PACKET_DURATION = 12,
WMS_PACKET_ERASURES_DETECTED = 13,
WMS_PACKET_SEND_TIME_ADJUSTMENT = 14,
WMS_PACKET_PACKETIZED_HDRLEN = 15,
WMS_LAST_PACKET_ATTRIBUTE = 16
};
Members
WMS_PACKET_PACKET_NUM
Packet number.
WMS_PACKET_NUM_BUFFERS
Count of buffers in the packet.
WMS_PACKET_LENGTH
Length of the packet, in bytes.
WMS_PACKET_SEND_TIME_HI
High-order DWORD of the send time of the packet.
WMS_PACKET_SEND_TIME
Low-order DWORD of the send time of the packet.
WMS_PACKET_STREAM_NUM
Stream number associated with this packet.
WMS_PACKET_FLAGS
Identifies any flags associated with the packet defined by WMS_PACKET_LIST_ATTRIBUTES.
WMS_PACKET_NET_SEQUENCE_NUMBER
Number of the packet in the sequence.
WMS_PACKET_PRESENT_TIME_HI
High-order DWORD of the presentation time of the packet.
WMS_PACKET_PRESENT_TIME
Low-order DWORD of the presentation time of the packet.
WMS_PACKET_RECV_TIME
Receive time of the packet.
WMS_PACKET_NUM_NACKS
Number of times the packet has been resent.
WMS_PACKET_DURATION
Duration of the packet.
WMS_PACKET_ERASURES_DETECTED
Indicates whether the packet was dropped.
WMS_PACKET_SEND_TIME_ADJUSTMENT
Send-time adjustment of the packet.
WMS_PACKET_PACKETIZED_HDRLEN
Header length of the packet.
WMS_LAST_PACKET_ATTRIBUTE
Placeholder indicating the end of the enumeration.
Requirements
Header: wmspacket.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
| Previous | Next |