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" |
uint32 GetStride() const
Remarks
Get the horizontal stride (aka. pitch) of the sample's frame buffer. The buffer stride (in number of bytes).
See Also
GetTexture