'Declaration Public Shared Sub ComputePPMdOptions( _ ByVal level As CompressionLevel, _ ByRef allocatorSize As Integer, _ ByRef modelOrder As Byte, _ ByRef method As ModelRestorationMethod _ )
'Usage Dim level As CompressionLevel Dim allocatorSize As Integer Dim modelOrder As Byte Dim method As ModelRestorationMethod ManagedPPMdCompressor.ComputePPMdOptions(level, allocatorSize, modelOrder, method)
public static void ComputePPMdOptions( CompressionLevel level, out int allocatorSize, out byte modelOrder, out ModelRestorationMethod method )
Parameters
- level
- The compression level to base the PPMd algorithm property values on.
- allocatorSize
- The allocator size.
- modelOrder
- The maximum model order.
- method
- Method of model restoration if memory is insufficient.