Click or drag to resize
SoMPEGNavRendererAdjustNumFramesPerSecond Method

Specifies whether the camera movements are adjusted to the number of frames per second.

Namespace: OIV.Inventor.MPEG
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AdjustNumFramesPerSecond(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is false.

  • false: Indicates that each camera movement corresponds to one frame in the MPEG output. The amount of time between two camera movements is not taken into consideration.

  • true: The renderer takes into account the amount of time between two camera movements for generating frames. A new camera position could be associated with 0, 1, or several frames in the MPEG output depending on how long the camera stayed in that position during the recording period. When the MPEG is played, the camera movements will replay at the same speed as when they were originally recorded.

See Also