Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SetContext(ArithmeticSymbolContext)

Declaration

public void SetContext(
    ArithmeticSymbolContext context
)

Summary

Changes the symbol context. See Remarks.

Remarks

The context instance may be modified after it's been applied by ArithmeticCodingReader.SetContext(ArithmeticSymbolContext) (or in the initial constructor call) with immediate effect. It is not necessary to call this method after modifying a context that's already been set using this method. Symbol context changes during reading must match exactly those made during writing.