Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
Description
Get the width and height of the sample.
The sample may be larger than the output dimensions, because of horizontal or vertical padding required by some formats.
| Name | GetDim |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
| Include Path | #include "IMediaTextureSample.h" |
FIntPoint GetDim() const
Buffer dimensions (in texels).
See Also
-
GetDuration
-
GetFormat
-
GetOutputDim
-
GetStride
-
GetTexture
-
GetTime