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.
-
-
Constructor Summary
Constructors Constructor Description AVPanScan()
-
-
-
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.
-
-