ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.j2k.entropy.decoder Namespace / StdEntropyDecoder Class / StdEntropyDecoder Constructor
The source of data
If true error detection will be performed, if any error detection features have been enabled.
This flag indicates if the entropy decoder should be verbose about bit stream errors that are detected and concealed.
the maximum number of bit planes to decode according to the m quit condition

In This Topic
    StdEntropyDecoder Constructor
    In This Topic
    Instantiates a new entropy decoder engine, with the specified source of data, nominal block width and height.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal src As CodedCBlkDataSrcDec, _
       ByVal decSpec As DecoderSpecs, _
       ByVal doer As Boolean, _
       ByVal verber As Boolean, _
       ByVal mQuit As Integer _
    )
    public StdEntropyDecoder( 
       CodedCBlkDataSrcDec src,
       DecoderSpecs decSpec,
       bool doer,
       bool verber,
       int mQuit
    )

    Parameters

    src
    The source of data
    decSpec
    doer
    If true error detection will be performed, if any error detection features have been enabled.
    verber
    This flag indicates if the entropy decoder should be verbose about bit stream errors that are detected and concealed.
    mQuit
    the maximum number of bit planes to decode according to the m quit condition
    See Also