Navigation
API > API/Plugins > API/Plugins/ElectraBase
This struct describes a URL used in media streaming.
It describes the URL only, along with CDN and priority for content steering, but it DOES NOT and MUST NOT include anything request related, like a content byte range, headers, cookies and so on.
| Name | FMediaURL |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaURLType.h |
| Include Path | #include "MediaURLType.h" |
Syntax
struct FMediaURL
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CDN | FString | The "CDN" this URL is hosted on, if known | MediaURLType.h | |
| DVBpriority | int32 | MediaURLType.h | ||
| DVBweight | int32 | DVB DASH prioritization attributes. | MediaURLType.h | |
| URL | FString | The URL itself | MediaURLType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Empty() |
MediaURLType.h |