@Properties(inherit=avcodec.class) public class AVSubtitleRect extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVSubtitleRect()
Default native constructor.
|
AVSubtitleRect(long size)
Native array allocator.
|
AVSubtitleRect(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
ass()
0 terminated ASS/SSA compatible event line.
|
AVSubtitleRect |
ass(BytePointer setter) |
PointerPointer |
data() |
BytePointer |
data(int i)
data+linesize for the bitmap of this subtitle.
|
AVSubtitleRect |
data(int i,
BytePointer setter) |
int |
flags() |
AVSubtitleRect |
flags(int setter) |
int |
h()
height of pict, undefined when pict is not set
|
AVSubtitleRect |
h(int setter) |
IntPointer |
linesize() |
int |
linesize(int i) |
AVSubtitleRect |
linesize(int i,
int setter) |
int |
nb_colors()
number of colors in pict, undefined when pict is not set
|
AVSubtitleRect |
nb_colors(int setter) |
AVPicture |
pict()
Deprecated.
unused
|
AVSubtitleRect |
pict(AVPicture setter) |
AVSubtitleRect |
position(long position) |
BytePointer |
text()
0 terminated plain UTF-8 text
|
AVSubtitleRect |
text(BytePointer setter) |
int |
type() |
AVSubtitleRect |
type(int setter) |
int |
w()
width of pict, undefined when pict is not set
|
AVSubtitleRect |
w(int setter) |
int |
x()
top left corner of pict, undefined when pict is not set
|
AVSubtitleRect |
x(int setter) |
int |
y()
top left corner of pict, undefined when pict is not set
|
AVSubtitleRect |
y(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public AVSubtitleRect()
public AVSubtitleRect(long size)
Pointer.position(long)
.public AVSubtitleRect(Pointer p)
Pointer.Pointer(Pointer)
.public AVSubtitleRect position(long position)
public int x()
public AVSubtitleRect x(int setter)
public int y()
public AVSubtitleRect y(int setter)
public int w()
public AVSubtitleRect w(int setter)
public int h()
public AVSubtitleRect h(int setter)
public int nb_colors()
public AVSubtitleRect nb_colors(int setter)
@Deprecated @ByRef public AVPicture pict()
public AVSubtitleRect pict(AVPicture setter)
@Cast(value="uint8_t*") public BytePointer data(int i)
public AVSubtitleRect data(int i, BytePointer setter)
@MemberGetter @Cast(value="uint8_t**") public PointerPointer data()
public int linesize(int i)
public AVSubtitleRect linesize(int i, int setter)
@MemberGetter public IntPointer linesize()
public AVSubtitleRect type(int setter)
@Cast(value="char*") public BytePointer text()
public AVSubtitleRect text(BytePointer setter)
@Cast(value="char*") public BytePointer ass()
public AVSubtitleRect ass(BytePointer setter)
public int flags()
public AVSubtitleRect flags(int setter)
Copyright © 2020. All rights reserved.