Encoding Drivers
Changing how the encoding works
Last updated
Changing how the encoding works
Last updated
The encoding driver is one of the supported driver types on Nitrocid KS. These drivers allow you to change how the encoding works, thus earning dynamic encoding based on your selected encoding algorithms.
The console drivers have the following characteristics:
Interface: IEncodingDriver
Base class: BaseEncodingDriver
The encoding drivers have the following functions that you can optionally override below:
The EncodingDriverTools
class contains tools to get all the encoding drivers and their names and set an encoding driver as a default. The driver management tools also allow you to do the same thing, though you'll have to specify the driver type.