Click or drag to resize
SoMPEGRendererSetNumFramesPerSecond Method

Sets the number of frames per second encoded in the MPEG output.

Namespace: OIV.Inventor.MPEG
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetNumFramesPerSecond(
	float num
)

Parameters

num
Type: SystemSingle
Remarks

It has nothing to do with the speed of playback. The default value is 30.

NOTE: This method must be called before openFile or setFilePointer in order to have an effect. Calling it after calling openFile or setFilePointer may cause undesirable results.

See Also