ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / LayersInfo Class / getTargetBitrate Method
The optimization point index (starts at 0).

In This Topic
    getTargetBitrate Method (LayersInfo)
    In This Topic
    Returns the target bitrate of the optmimization point 'n'.
    Syntax
    'Declaration
     
    
    Public Overridable Function getTargetBitrate( _
       ByVal n As Integer _
    ) As Single
    public virtual float getTargetBitrate( 
       int n
    )

    Parameters

    n
    The optimization point index (starts at 0).

    Return Value

    The target bitrate (in bpp) for the optimization point 'n'.
    See Also