Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream
| Name | IElectraHTTPStreamBuffer |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include Path | #include "ElectraHTTPStream.h" |
Syntax
class IElectraHTTPStreamBuffer
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IElectraHTTPStreamBuffer
(
const IElectraHTTPStreamBuffer& |
ElectraHTTPStream.h | ||
| ElectraHTTPStream.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IElectraHTTPStreamBuffer() |
ElectraHTTPStream.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddData
(
const IElectraHTTPStreamBuffer& Other, |
ElectraHTTPStream.h | ||
void AddData
(
const TConstArrayView< const uint8 >& InNewData |
ElectraHTTPStream.h | ||
| ElectraHTTPStream.h | |||
| ElectraHTTPStream.h | |||
void ClearEOS() |
ElectraHTTPStream.h | ||
void GetBaseBuffer
(
const uint8*& OutBaseAddress, |
ElectraHTTPStream.h | ||
bool GetEOS() |
ElectraHTTPStream.h | ||
int64 GetLengthFromResponseHeader() |
ElectraHTTPStream.h | ||
int64 GetNumBytesAvailableForRead() |
ElectraHTTPStream.h | ||
int64 GetNumTotalBytesAdded() |
ElectraHTTPStream.h | ||
int64 GetNumTotalBytesHandedOut() |
ElectraHTTPStream.h | ||
bool HasAllDataBeenConsumed() |
ElectraHTTPStream.h | ||
bool IsCachable() |
ElectraHTTPStream.h | ||
void LockBuffer
(
const uint8*& OutNextReadAddress, |
ElectraHTTPStream.h | ||
bool RewindToBeginning() |
ElectraHTTPStream.h | ||
void SetEOS() |
ElectraHTTPStream.h | ||
void SetIsCachable
(
bool bInIsCachable |
ElectraHTTPStream.h | ||
void SetLengthFromResponseHeader
(
int64 InLengthFromResponseHeader |
ElectraHTTPStream.h | ||
void UnlockBuffer
(
int64 NumBytesConsumed |
ElectraHTTPStream.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IElectraHTTPStreamBuffer & operator=
(
const IElectraHTTPStreamBuffer& |
ElectraHTTPStream.h |