Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingVideoSink
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnFrame
(
const webrtc::VideoFrame& Frame |
This method handles the conversion from a WebRTC frame to a UE texture. | PixelStreamingVideoSink.h | |
virtual void OnFrame
(
FTextureRHIRef Frame |
Derivative classes implement this method to handle how the decoded textures should actually be displayed eg PixelStreamingBlueprint/PixelStreamingPeerVideoSink | PixelStreamingVideoSink.h |
OnFrame(const webrtc::VideoFrame &)
Description
This method handles the conversion from a WebRTC frame to a UE texture.
| Name | OnFrame |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingVideoSink.h |
| Include Path | #include "PixelStreamingVideoSink.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingVideoSink.cpp |
virtual void OnFrame
(
const webrtc::VideoFrame & Frame
)
OnFrame(FTextureRHIRef)
Description
Derivative classes implement this method to handle how the decoded textures should actually be displayed eg PixelStreamingBlueprint/PixelStreamingPeerVideoSink
| Name | OnFrame |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingVideoSink.h |
| Include Path | #include "PixelStreamingVideoSink.h" |
virtual void OnFrame
(
FTextureRHIRef Frame
)