Class SWScaleLibrary.SwsVector

java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.SWScaleLibrary.SwsVector
Enclosing interface:
SWScaleLibrary

public static class SWScaleLibrary.SwsVector extends com.sun.jna.Structure
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.sun.jna.Pointer
     
    int
     

    Fields inherited from class com.sun.jna.Structure

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.sun.jna.Structure

    allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • coeff

      public com.sun.jna.Pointer coeff
    • length

      public int length
  • Constructor Details

    • SwsVector

      public SwsVector()