ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / EBCOTRateAllocator Class / initialize Method

In This Topic
    initialize Method (EBCOTRateAllocator)
    In This Topic
    Initializes the layers array. This must be called after the main header has been entirely written or simulated, so as to take its overhead into account. This method will get all the code-blocks and then initialize the target bitrates for each layer, according to the specifications.
    Syntax
    'Declaration
     
    
    Public Overrides Sub initialize() 
    public override void initialize()
    See Also