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_FLAG_TYPES
The WMS_PACKET_FLAG_TYPES enumeration type identifies various packet properties.
Syntax
typedef enum WMS_PACKET_FLAG_TYPES{
WMS_KEY_FRAME_PACKET = 1,
WMS_RETRANSMITTED_PACKET = 2,
WMS_PACKET_REPORTED = 4,
WMS_PACKET_PACKETIZED = 8,
WMS_RECOVERED_PACKET = 16,
WMS_FEC_PACKET = 32,
WMS_FEC_ENCODED_PACKET = 64,
WMS_PACKET_BURST_FLAG = 128,
WMS_PACKET_FIRST_PAYLOAD_FLAG = 256
};
Members
WMS_KEY_FRAME_PACKET
The packet contains a video key frame.
WMS_RETRANSMITTED_PACKET
The packet was retransmitted.
WMS_PACKET_REPORTED
The packet has been processed.
WMS_PACKET_PACKETIZED
The packet has data protocol headers attached.
WMS_RECOVERED_PACKET
The packet was recovered through forward error correction.
WMS_FEC_PACKET
The packet uses forward error correction.
WMS_FEC_ENCODED_PACKET
The packet was encoded with forward error correction.
WMS_PACKET_BURST_FLAG
The packet is part of a burst.
WMS_PACKET_FIRST_PAYLOAD_FLAG
The packet is the first packet containing content.
Requirements
Header: wmspacket.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
| Previous | Next |