BitMiracle.LibJpeg.Classic.Internal.arith_entropy_encoder.arith_entropy_encoder C# (CSharp) Méthode

arith_entropy_encoder() public méthode

public arith_entropy_encoder ( jpeg_compress_struct cinfo ) : System
cinfo jpeg_compress_struct
Résultat System
        public arith_entropy_encoder(jpeg_compress_struct cinfo)
        {
            cinfo.ERREXIT(J_MESSAGE_CODE.JERR_NOTIMPL);
        }