Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
Description
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.
| Name | GetOutputDim |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
| Include Path | #include "IMediaTextureSample.h" |
FIntPoint GetOutputDim() const
Output dimensions (in pixels).
See Also
-
GetStride
-
GetTexture
-
GetTime