ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / LayersInfo Class / LayersInfo Constructor
The overall target bitrate for the bit stream

In This Topic
    LayersInfo Constructor
    In This Topic
    Creates a new LayersInfo object. The overall target bitrate 'brate' is always an extra optimization point, with no extra layers are after it. Note that any optimization points that are added with addOptPoint() are always added before the overall target bitrate.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal brate As Single _
    )
    public LayersInfo( 
       float brate
    )

    Parameters

    brate
    The overall target bitrate for the bit stream
    See Also