ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / CodedCBlkDataSrcEnc Interface
Members

In This Topic
    CodedCBlkDataSrcEnc Interface
    In This Topic
    This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis. In each call to 'getNextCodeBlock()' a new coded code-block is returned. The code-block are retruned in no specific-order.

    This interface is the source of data for the rate allocator. See the 'PostCompRateAllocator' class.

    For each coded-code-block the entropy-coded data is returned along with the rate-distortion statistics in a 'CBlkRateDistStats' object.

    Object Model
    CodedCBlkDataSrcEnc Interface
    Syntax
    'Declaration
     
    
    Public Interface CodedCBlkDataSrcEnc 
       Inherits CSJ2K.j2k.image.ImgData, CSJ2K.j2k.wavelet.analysis.ForwWTDataProps 
    See Also