![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <vdecmpeg4_Image.h>
Public Attributes | |
| uint8 * | y |
| Pointer to beginning of texture for y samples. | |
| uint8 * | u |
| Pointer to beginning of texture for u samples. | |
| uint8 * | v |
| Pointer to beginning of texture for v samples. | |
| void * | userData |
| Arbitrary data. | |
Texture structure which characterizes an YUV texture.
| uint8* vdecmpeg4::VIDYUVTexture::u |
Pointer to beginning of texture for u samples.
| void* vdecmpeg4::VIDYUVTexture::userData |
Arbitrary data.
| uint8* vdecmpeg4::VIDYUVTexture::v |
Pointer to beginning of texture for v samples.
| uint8* vdecmpeg4::VIDYUVTexture::y |
Pointer to beginning of texture for y samples.