Class AVCodecLibrary.AVPanScan

  • Enclosing interface:
    AVCodecLibrary

    public static class AVCodecLibrary.AVPanScan
    extends com.sun.jna.Structure
    Pan Scan area. This specifies the area which should be displayed. Note there may be multiple such areas for one frame.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      int id
      id - encoding: Set by user.
      short[] position
      position of the top left corner in 1/16 pel for up to 3 fields/frames - encoding: Set by user.
      int width
      width and height in 1/16 pel - encoding: Set by user.
      • Fields inherited from class com.sun.jna.Structure

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

      Constructors 
      Constructor Description
      AVPanScan()  
    • 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 Detail

      • id

        public int id
        id - encoding: Set by user. - decoding: Set by libavcodec.
      • width

        public int width
        width and height in 1/16 pel - encoding: Set by user. - decoding: Set by libavcodec.
      • height

        public int height
      • position

        public short[] position
        position of the top left corner in 1/16 pel for up to 3 fields/frames - encoding: Set by user. - decoding: Set by libavcodec.
    • Constructor Detail

      • AVPanScan

        public AVPanScan()