Package net.sf.ffmpeg_java
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
FieldsModifier and TypeFieldDescriptionint
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 -
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
-
Field Details
-
id
public int idid - encoding: Set by user. - decoding: Set by libavcodec. -
width
public int widthwidth and height in 1/16 pel - encoding: Set by user. - decoding: Set by libavcodec. -
height
public int height -
position
public short[] positionposition 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()
-