Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream > API/Plugins/ElectraHTTPStream/IElectraHTTPStreamResponse
| |
|
| Name |
FTimingTrace |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include Path |
#include "ElectraHTTPStream.h" |
Syntax
struct FTimingTrace
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NumBytesAdded |
int64 |
Bytes added with the most recent chunk. |
ElectraHTTPStream.h |
|
| TimeSinceStart |
double |
Seconds since the request started. |
ElectraHTTPStream.h |
|
| TotalBytesAdded |
int64 |
Total bytes added to the buffer including the most recent chunk. |
ElectraHTTPStream.h |
|