INET Framework for OMNeT++/OMNEST
UDPVideoStreamSvr::VideoStreamData Struct Reference

#include <UDPVideoStreamSvr.h>

List of all members.

Public Attributes

IPvXAddress clientAddr
 client address
int clientPort
 client UDP port
long videoSize
 total size of video
long bytesLeft
 bytes left to transmit
long numPkSent
 number of packets sent

Detailed Description

Stores information on a video stream

Definition at line 44 of file UDPVideoStreamSvr.h.


Member Data Documentation

bytes left to transmit

Definition at line 49 of file UDPVideoStreamSvr.h.

Referenced by operator<<(), and UDPVideoStreamSvr::sendStreamData().

number of packets sent

Definition at line 50 of file UDPVideoStreamSvr.h.

Referenced by operator<<(), and UDPVideoStreamSvr::sendStreamData().

total size of video

Definition at line 48 of file UDPVideoStreamSvr.h.

Referenced by operator<<().


The documentation for this struct was generated from the following file: