UMediaOutput::GetRequestedSize

The size of the buffer we wish to capture.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaOutput.h

Include

#include "MediaOutput.h"

Syntax

virtual FIntPoint GetRequestedSize() const

Remarks

The size of the buffer we wish to capture. The size of the buffer can not change during the capture. Return UMediaOutput::RequestCaptureSourceSize if you wish to take the buffer size as the requested size.