Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2Streamer
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2Streamer.h |
| Include | #include "IPixelStreaming2Streamer.h" |
void SendFileData
(
const TArray64< uint8 > & ByteData,
FString & MimeType,
FString & FileExtension
)
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. |