Click or drag to resize
SoMPEGRendererSetCompressionRate Method

Compression rate of 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 SetCompressionRate(
	float value
)

Parameters

value
Type: SystemSingle
Remarks

Values are between 0 and 1. 0=no compression, 1=maximum compression.

The default value is 0.3.

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