Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
Include | #include "IMediaTextureSample.h" |
FIntPoint GetOutputDim() const
Remarks
Get the sample's desired output width and height.
The output dimensions may be smaller than the frame buffer dimensions, because of horizontal and/or vertical padding that may be required for some formats. Output dimensions (in pixels).
See Also
GetTexture