ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / EBCOTRateAllocator Class / EBCOTRateAllocator Constructor
The source of entropy coded data.
The layers layout specification.
The bit stream writer.

In This Topic
    EBCOTRateAllocator Constructor
    In This Topic
    Initializes the EBCOT rate allocator of entropy coded data. The layout of layers, and their bitrate constraints, is specified by the 'lyrs' parameter.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As CodedCBlkDataSrcEnc, _
       ByVal lyrs As LayersInfo, _
       ByVal writer As CodestreamWriter, _
       ByVal encSpec As EncoderSpecs, _
       ByVal pl As ParameterList _
    )

    Parameters

    src
    The source of entropy coded data.
    lyrs
    The layers layout specification.
    writer
    The bit stream writer.
    encSpec
    pl
    See Also