Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingVideoSink
| Type | Name | Description | |
|---|---|---|---|
| void | OnFrame
(
const webrtc::VideoFrame& Frame |
This method handles the conversion from a WebRTC frame to a UE texture. | |
| void | OnFrame
(
FTextureRHIRef Frame |
Derivative classes implement this method to handle how the decoded textures should actually be displayed eg PixelStreamingBlueprint/PixelStreamingPeerVideoSink |