Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerMultiFormat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IPixelCaptureOutputFrame > RequestFormat
(
int32 Format, |
Requests the output in a specific format. | PixelCaptureCapturerMultiFormat.h | |
TSharedPtr< IPixelCaptureOutputFrame > RequestFormat
(
int32 Format, |
Requests the output in a specific format. | PixelCaptureCapturerMultiFormat.h |
RequestFormat(int32, FIntPoint)
Description
Requests the output in a specific format. If this is the first request for the format and AddOutputFormat has not been called for the format then this call will return nullptr. Otherwise will return the buffer for the format provided the capture has completed.
| Name | RequestFormat |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerMultiFormat.h |
| Include Path | #include "PixelCaptureCapturerMultiFormat.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerMultiFormat.cpp |
TSharedPtr < IPixelCaptureOutputFrame > RequestFormat
(
int32 Format,
FIntPoint LayerSize
)
The final buffer of a given format if it exists or null.
Parameters
| Name | Remarks |
|---|---|
| Format | The format we want the output in. |
| LayerSize | The resolution of the layer we want to get the output of. |
RequestFormat(int32, int32)
Description
Requests the output in a specific format. If this is the first request for the format and AddOutputFormat has not been called for the format then this call will return nullptr. Otherwise will return the buffer for the format provided the capture has completed.
| Name | RequestFormat |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerMultiFormat.h |
| Include Path | #include "PixelCaptureCapturerMultiFormat.h" |
TSharedPtr < IPixelCaptureOutputFrame > RequestFormat
(
int32 Format,
int32 LayerIndex
)
The final buffer of a given format if it exists or null.
Parameters
| Name | Remarks |
|---|---|
| Format | The format we want the output in. |
| LayerIndex | The layer we want to get the output of. |