SoDataCompressorGetLongCompressionLevel Method |
Note: This API is now obsolete.
Returns the compression level.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use GetCompressionLevel() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongCompressionLevel()
<ObsoleteAttribute("Use GetCompressionLevel() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongCompressionLevel As ULong
public:
[ObsoleteAttribute(L"Use GetCompressionLevel() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongCompressionLevel()
[<ObsoleteAttribute("Use GetCompressionLevel() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongCompressionLevel : unit -> uint64
Return Value
Type:
UInt64The level of compression. See setCompressionLevel.
Remarks
See Also