Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingStreamer
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingStreamer.h |
| Include | #include "IPixelStreamingStreamer.h" |
void SendFileData
&40;
const TArray64< uint8 > & ByteData,
FString & MimeType,
FString & FileExtension
&41;
Remarks
Send a file to the browser where we are sending video.
Parameters
| Name | Description |
|---|---|
| ByteData | The raw byte data of the file. |
| MimeType | The files Mime type. Used for reconstruction on the front end. |
| FileExtension | The files extension. Used for reconstruction on the front end. |