Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream
Inheritance Hierarchy
- IElectraHTTPStreamBuffer
- FElectraHTTPStreamBuffer
References
| Module | ElectraHTTPStream |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include | #include "ElectraHTTPStream.h" |
Syntax
class IElectraHTTPStreamBuffer
Constructors
| Type | Name | Description | |
|---|---|---|---|
IElectraHTTPStreamBuffer
(
const IElectraHTTPStreamBuffer& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddData
(
const IElectraHTTPStreamBuffer& Other, |
||
| void | AddData
(
const TConstArrayView< const uint8 >& InNewData |
||
| void | |||
| void | |||
| void | ClearEOS () |
||
| void | GetBaseBuffer
(
const uint8*& OutBaseAddress, |
||
| bool | GetEOS () |
||
| int64 | |||
| int64 | |||
| int64 | |||
| int64 | |||
| bool | |||
| bool | IsCachable () |
||
| void | LockBuffer
(
const uint8*& OutNextReadAddress, |
||
| bool | |||
| void | SetEOS () |
||
| void | SetIsCachable
(
bool bInIsCachable |
||
| void | SetLengthFromResponseHeader
(
int64 InLengthFromResponseHeader |
||
| void | UnlockBuffer
(
int64 NumBytesConsumed |
Operators
| Type | Name | Description | |
|---|---|---|---|
| IElectraHTTPStreamBuffer & | operator=
(
const IElectraHTTPStreamBuffer& |