Package net.sf.ffmpeg_java
Class AVCodecLibrary.AVSubtitleRect
java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.AVCodecLibrary.AVSubtitleRect
- Enclosing interface:
AVCodecLibrary
public static class AVCodecLibrary.AVSubtitleRect
extends com.sun.jna.Structure
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.sun.jna.Pointer
short
int
short
com.sun.jna.Pointer
short
short
short
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
-
x
public short x -
y
public short y -
w
public short w -
h
public short h -
nb_colors
public short nb_colors -
linesize
public int linesize -
rgba_palette
public com.sun.jna.Pointer rgba_palette -
bitmap
public com.sun.jna.Pointer bitmap
-
-
Constructor Details
-
AVSubtitleRect
public AVSubtitleRect()
-