BitMiracle.LibJpeg.Classic.Internal.arith_entropy_encoder.start_pass C# (CSharp) Method

start_pass() public method

public start_pass ( bool gather_statistics ) : void
gather_statistics bool
return void
        public override void start_pass(bool gather_statistics)
        {
            throw new NotImplementedException();
        }
    }