# HG changeset patch # User Sebastien Jodogne # Date 1780503470 -7200 # Node ID 188a17e5b03c34c785b828377ba76e1104171213 # Parent ff30e25e081e74c99eb13f2744217b1e4c0a587c comment diff -r ff30e25e081e -r 188a17e5b03c OrthancServer/Sources/ServerContext.h --- a/OrthancServer/Sources/ServerContext.h Tue Jun 02 21:52:59 2026 +0200 +++ b/OrthancServer/Sources/ServerContext.h Wed Jun 03 18:17:50 2026 +0200 @@ -603,6 +603,11 @@ int64_t GetServerUpTime() const; + /** + * The method "GetTranscoder()" should only be used when + * necessary. The use of "TranscoderDataSource::Execute()" is + * preferred to benefit from cache and from backpressure. + **/ const boost::shared_ptr& GetTranscoder() const; DicomSequentialReader::Factory& GetDicomSequentialReaderFactory();