Class CapFormatInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CapFormatInfo.ByReference  
      static class  CapFormatInfo.ByValue  
      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.StructField
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int bpp
      < bits per pixel
      int fourcc
      < fourcc code (platform dependent)
      int fps
      < frames per second
      int height
      < height in pixels
      int width
      < width in pixels
      • Fields inherited from class com.sun.jna.Structure

        ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      CapFormatInfo()  
      CapFormatInfo​(int width, int height, int fourcc, int fps, int bpp)  
      CapFormatInfo​(com.sun.jna.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected List<?> getFieldOrder()  
      • Methods inherited from class com.sun.jna.Structure

        allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
    • Field Detail

      • width

        public int width
        < width in pixels
      • height

        public int height
        < height in pixels
      • fourcc

        public int fourcc
        < fourcc code (platform dependent)
      • fps

        public int fps
        < frames per second
      • bpp

        public int bpp
        < bits per pixel
    • Constructor Detail

      • CapFormatInfo

        public CapFormatInfo()
      • CapFormatInfo

        public CapFormatInfo​(int width,
                             int height,
                             int fourcc,
                             int fps,
                             int bpp)
        Parameters:
        width - < width in pixels
        height - < height in pixels
        fourcc - < fourcc code (platform dependent)
        fps - < frames per second
        bpp - < bits per pixel
      • CapFormatInfo

        public CapFormatInfo​(com.sun.jna.Pointer peer)
    • Method Detail

      • getFieldOrder

        protected List<?> getFieldOrder()
        Specified by:
        getFieldOrder in class com.sun.jna.Structure