Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
Description
Get the horizontal stride (aka. pitch) of the sample's frame buffer.
| Name | GetStride |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
| Include Path | #include "IMediaTextureSample.h" |
uint32 GetStride() const
The buffer stride (in number of bytes).
See Also
-
GetTexture
-
GetTime