Namespace Draco.Encode
Classes
DracoEncoder
Provides Draco encoding capabilities.
Structs
EncodeResult
Contains encoded data and additional meta information. The responsibility to dispose this struct and the native resources behind it (via Dispose()) is handed over to the receiver.
QuantizationSettings
Quantization settings.
SpeedSettings
Sets the desired encoding and decoding speed for the given options. Note that both speed options affect the encoder choice of used methods and algorithms. For example, a requirement for fast decoding may prevent the encoder from using the best compression methods even if the encoding speed is set to 0. In general, the faster of the two options limits the choice of features that can be used by the encoder. Additionally, setting decodingSpeed to be faster than the encodingSpeed may allow the encoder to choose the optimal method out of the available features for the given decodingSpeed.