Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
Description
Get the sample's frame buffer.
The returned buffer is only valid for the life time of this sample.
| Name | GetBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
| Include Path | #include "IMediaTextureSample.h" |
const void * GetBuffer()
Buffer containing the texels, or nullptr if the sample holds an FTexture.
See Also
-
GetDim
-
GetDuration
-
GetFormat
-
GetOutputDim
-
GetStride
-
GetTexture
-
GetTime