Skip to main content
Version: 20 Mar 2024

MLWebRTCFramePlanes

Public Attributes

ImagePlanes

The image planes making up the output image. Array length is constant, actual number of planes is specified by PlaneCount.


public ImagePlaneInfoNative [] ImagePlanes;

TypeDescription
ImagePlaneInfoNative []Representation of the native image plane structure.

PlaneCount

Number of output image planes. 3 for OutputFormat.YUV_420_888, 1 for OutputFormat.RGBA_8888


public byte PlaneCount;