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

start_pass() public méthode

public start_pass ( bool gather_statistics ) : void
gather_statistics bool
Résultat void
        public override void start_pass(bool gather_statistics)
        {
            throw new NotImplementedException();
        }
    }