Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream
References
| Module | ElectraHTTPStream |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include | #include "ElectraHTTPStream.h" |
Syntax
class IElectraHTTPStream
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRequest
(
IElectraHTTPStreamRequestPtr Request |
Adds the request for execution. | |
| void | AddThreadHandlerDelegate
(
FElectraHTTPStreamThreadHandlerDelegate InDelegate |
||
| void | Close () |
Closes this handler and all currently active or pending requests. | |
| TSharedPtr< IElectraHTTPStream, ESPMode::ThreadSafe > | Create
(
const Electra::FParamDict& InOptions |
Creates an instance of the HTTP streamer class. | |
| IElectraHTTPStreamRequestPtr | Creates a request. | ||
| void |
Typedefs
| Name | Description |
|---|---|
| FElectraHTTPStreamThreadHandlerDelegate | Adds a method of your application to be called periodically from the worker thread of this handler. |