Click or drag to resize
SoMPEGFrameRendererRecordFrame Method (Single)

Adds a new frame to the current MPEG output.

Namespace: OIV.Inventor.MPEG
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void RecordFrame(
	float duration
)

Parameters

duration
Type: SystemSingle
Remarks

The duration (specified in seconds) is used to determine how many times this frame must be played in the MPEG output depending on the current number of frames per second (as specified by the method OIV.Inventor.MPEG.SoMPEGRenderer.SetNumFramesPerSecond(System.Single)).

See Also