BitMiracle.LibJpeg.Classic.Internal.arith_entropy_encoder.arith_entropy_encoder C# (CSharp) 메소드

arith_entropy_encoder() 공개 메소드

public arith_entropy_encoder ( jpeg_compress_struct cinfo ) : System
cinfo jpeg_compress_struct
리턴 System
        public arith_entropy_encoder(jpeg_compress_struct cinfo)
        {
            cinfo.ERREXIT(J_MESSAGE_CODE.JERR_NOTIMPL);
        }