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