UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4::VIDYUVTexture Struct Reference

#include <vdecmpeg4_Image.h>

Public Attributes

uint8y
 Pointer to beginning of texture for y samples.
 
uint8u
 Pointer to beginning of texture for u samples.
 
uint8v
 Pointer to beginning of texture for v samples.
 
voiduserData
 Arbitrary data.
 

Detailed Description

Texture structure which characterizes an YUV texture.

Member Data Documentation

◆ u

uint8* vdecmpeg4::VIDYUVTexture::u

Pointer to beginning of texture for u samples.

◆ userData

void* vdecmpeg4::VIDYUVTexture::userData

Arbitrary data.

◆ v

uint8* vdecmpeg4::VIDYUVTexture::v

Pointer to beginning of texture for v samples.

◆ y

uint8* vdecmpeg4::VIDYUVTexture::y

Pointer to beginning of texture for y samples.


The documentation for this struct was generated from the following file: