Navigation
API > API/Plugins > API/Plugins/PixelStreaming
An interface that allows us to collect regular stats from anything that implements it (we use this for WebRTC stats polling internally).
| Name | IPixelStreamingStatsSource |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingPeerConnection.h |
| Include Path | #include "PixelStreamingPeerConnection.h" |
Syntax
class IPixelStreamingStatsSource
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPixelStreamingStatsSource() |
PixelStreamingPeerConnection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PollStats() |
Implement your function to poll whatever stats you are returning/storing. | PixelStreamingPeerConnection.h |