WMSPACKETDESC

banner art

Previous Next

WMSPACKETDESC

The WMSPACKETDESC structure contains information describing a packet.

Syntax

  
    
  

Members

pPacket

Pointer to an IWMSPacket interface containing the packet.

dwPacketNum

DWORD containing the number of the packet.

dwPacketNumBuffers

DWORD containing the number of buffers in the packet.

dwPacketLength

DWORD containing the length of the packet.

dwPacketSendTimeHi

DWORD containing the high-order bits of the packet send time.

dwPacketSendTime

DWORD containing the low-order bits of the packet send time.

dwPacketStreamNum

DWORD containing the stream number associated with this packet.

dwPacketFlags

DWORD containing a member of the WMS_PACKET_FLAG_TYPES enumeration type. This must be a logical OR of the following values.

Value Description
WMS_FEC_ENCODED_PACKET The packet was encoded with forward error correction.
WMS_FEC_PACKET The packet uses forward error correction.
WMS_KEY_FRAME_PACKET The packet contains a key video frame.
WMS_PACKET_BURST_FLAG The packet is part of a burst.
WMS_PACKET_FIRST_PAYLOAD_FLAG The packet is the first packet containing content.
WMS_PACKET_PACKETIZED The packet has data protocol headers attached.
WMS_PACKET_REPORTED The packet has been processed.
WMS_RECOVERED_PACKET The packet was recovered through forward error correction.
WMS_RETRANSMITTED_PACKET The packet was retransmitted.

dwPacketNetSequenceNum

DWORD containing the number of the packet in the packet sequence.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next