ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.j2k.entropy.encoder Namespace / PostCompRateAllocator Class / createInstance Method
The source of entropy coded data.
The parameter lis (or options).
The target bitrate for the rate allocation
The bit stream writer object, where the bit stream data will be written.

In This Topic
    createInstance Method (PostCompRateAllocator)
    In This Topic
    Creates a PostCompRateAllocator object for the appropriate rate allocation parameters in the parameter list 'pl', having 'src' as the source of entropy coded data, 'rate' as the target bitrate and 'bw' as the bit stream writer object.
    Syntax
    'Declaration
     
    Public Shared Function createInstance( _
       ByVal src As CodedCBlkDataSrcEnc, _
       ByVal pl As ParameterList, _
       ByVal rate As Single, _
       ByVal bw As CodestreamWriter, _
       ByVal encSpec As EncoderSpecs _
    ) As PostCompRateAllocator
    public static PostCompRateAllocator createInstance( 
       CodedCBlkDataSrcEnc src,
       ParameterList pl,
       float rate,
       CodestreamWriter bw,
       EncoderSpecs encSpec
    )

    Parameters

    src
    The source of entropy coded data.
    pl
    The parameter lis (or options).
    rate
    The target bitrate for the rate allocation
    bw
    The bit stream writer object, where the bit stream data will be written.
    encSpec
    See Also