Class AVCodecLibrary.AVPanScan

java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.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
     
    int
    id - encoding: Set by user.
    short[]
    position of the top left corner in 1/16 pel for up to 3 fields/frames - encoding: Set by user.
    int
    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
     
  • 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

    • 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 Details

    • AVPanScan

      public AVPanScan()