structure to store the video application information More...
#include <Application.h>
Data Fields | |
| VIDEOMODEL | nVidModel |
| int | fps |
| int | ppf |
| double | mu |
| double | sigma |
| double | const_a |
| double | const_b |
| double | eta |
| DISTRIBUTION | packetSizeDistribution |
| double * | dPacketSizeArgs |
| DISTRIBUTION | IATDistribution |
| double | dIATArgs |
structure to store the video application information
Definition at line 218 of file Application.h.
| double stru_Application_VideoInfo::const_a |
Definition at line 225 of file Application.h.
| double stru_Application_VideoInfo::const_b |
Definition at line 226 of file Application.h.
| double stru_Application_VideoInfo::dIATArgs |
Definition at line 235 of file Application.h.
| double* stru_Application_VideoInfo::dPacketSizeArgs |
Definition at line 230 of file Application.h.
| double stru_Application_VideoInfo::eta |
Definition at line 227 of file Application.h.
| int stru_Application_VideoInfo::fps |
Definition at line 221 of file Application.h.
| DISTRIBUTION stru_Application_VideoInfo::IATDistribution |
Definition at line 234 of file Application.h.
| double stru_Application_VideoInfo::mu |
Definition at line 223 of file Application.h.
| VIDEOMODEL stru_Application_VideoInfo::nVidModel |
Definition at line 220 of file Application.h.
| DISTRIBUTION stru_Application_VideoInfo::packetSizeDistribution |
Definition at line 229 of file Application.h.
| int stru_Application_VideoInfo::ppf |
Definition at line 222 of file Application.h.
| double stru_Application_VideoInfo::sigma |
Definition at line 224 of file Application.h.