Entry to send. More...
Public Attributes | |
char | frameType |
Frame type (I, P or B) More... | |
uint32_t | packetSize |
Size of the frame. More... | |
uint32_t | timeToSend |
Time to send the frame. More... | |
Entry to send.
Each entry represents an MPEG frame
Definition at line 158 of file udp-trace-client.h.
char ns3::UdpTraceClient::TraceEntry::frameType |
Frame type (I, P or B)
Definition at line 162 of file udp-trace-client.h.
Referenced by ns3::UdpTraceClient::LoadDefaultTrace(), and ns3::UdpTraceClient::LoadTrace().
uint32_t ns3::UdpTraceClient::TraceEntry::packetSize |
Size of the frame.
Definition at line 161 of file udp-trace-client.h.
Referenced by ns3::UdpTraceClient::LoadTrace(), and ns3::UdpTraceClient::Send().
uint32_t ns3::UdpTraceClient::TraceEntry::timeToSend |
Time to send the frame.
Definition at line 160 of file udp-trace-client.h.
Referenced by ns3::UdpTraceClient::LoadDefaultTrace(), ns3::UdpTraceClient::LoadTrace(), and ns3::UdpTraceClient::Send().