ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / StdEntropyCoder Class / THREADS_PRIORITY_INC Field

In This Topic
    THREADS_PRIORITY_INC Field (StdEntropyCoder)
    In This Topic
    The increase in priority for the compressor threads, currently 3. The compressor threads will have a priority of THREADS_PRIORITY_INC more than the priority of the thread calling this class constructor. Used only in the multi-threaded implementation.
    Syntax
    'Declaration
     
    
    Public Const THREADS_PRIORITY_INC As Integer
    public const int THREADS_PRIORITY_INC
    See Also