Click or drag to resize
SoMPEGRendererAddFrame Method

Low level method to add a new frame to the MPEG output from a buffer of unsigned characters.

Namespace: OIV.Inventor.MPEG
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddFrame(
	byte[] frame
)

Parameters

frame
Type: SystemByte
Remarks

Each pixel is stored sequentially by scanline, starting with the lower left corner. The data stored for each pixel is determined by the components set before rendering (3 by default). Pixels are stored in RGBA order and are packed without any padding between pixels or scanlines.

See Also