Navigation
API > API/Runtime > API/Runtime/Engine
Interface(s) for platform feature modules Defines the interface to platform's DVR and/or streaming system
| Name | FDVRStreamingStatus |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/DVRStreaming.h |
| Include Path | #include "DVRStreaming.h" |
Syntax
struct FDVRStreamingStatus
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsStreaming | bool | DVRStreaming.h | ||
| bIsStreamingEnabled | bool | DVRStreaming.h | ||
| HLSUrl | FString | DVRStreaming.h | ||
| ProgramName | FString | DVRStreaming.h | ||
| ProviderUrl | FString | DVRStreaming.h | ||
| ViewerCount | int32 | NOTE: These are valid only if IsStreaming is true, otherwise these are empty/0. | DVRStreaming.h |