ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / LayersInfo Class
Properties Methods


In This Topic
    LayersInfo Class Members
    In This Topic

    The following tables list the members exposed by LayersInfo.

    Public Constructors
     NameDescription
    Public ConstructorCreates 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.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the number of layers to optimize, or optimization points, as specified by this object.  
    Public PropertyReturns the overall target bitrate for the entire bit stream.  
    Public PropertyReturns the total number of layers, according to the layer specification of this object and the overall target bitrate.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new optimization point, with target bitrate 'brate' and with 'elyrs' (unoptimized) extra layers after it. The target bitrate 'brate' must be larger than the previous optimization point. The arguments are checked and IllegalArgumentException is thrown if they are not correct.  
    Public MethodReturns the number of extra layers to add after the optimization point 'n', but before optimization point 'n+1'. If there is no optimization point 'n+1' then they should be added before the overall target bitrate.  
    Public MethodReturns the target bitrate of the optmimization point 'n'.  
    Top
    See Also