Class charls.charls_frame_info

  • Enclosing class:
    charls

    class charls.charls_frame_info
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      charls_frame_info()  
      charls_frame_info​(long width, long height, int bits_per_sample, int component_count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        long width
      • height

        long height
      • bits_per_sample

        int bits_per_sample
      • component_count

        int component_count
    • Constructor Detail

      • charls_frame_info

        public charls_frame_info()
      • charls_frame_info

        public charls_frame_info​(long width,
                                 long height,
                                 int bits_per_sample,
                                 int component_count)