public static class avcodec.AVSubtitleRect extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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.
|
avcodec.AVSubtitleRect |
ass(BytePointer ass) |
PointerPointer |
data() |
BytePointer |
data(int i)
data+linesize for the bitmap of this subtitle.
|
avcodec.AVSubtitleRect |
data(int i,
BytePointer data) |
int |
flags() |
avcodec.AVSubtitleRect |
flags(int flags) |
int |
h()
height of pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
h(int h) |
IntPointer |
linesize() |
int |
linesize(int i) |
avcodec.AVSubtitleRect |
linesize(int i,
int linesize) |
int |
nb_colors()
number of colors in pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
nb_colors(int nb_colors) |
avcodec.AVPicture |
pict()
Deprecated.
unused
|
avcodec.AVSubtitleRect |
pict(avcodec.AVPicture pict) |
avcodec.AVSubtitleRect |
position(long position) |
BytePointer |
text()
0 terminated plain UTF-8 text
|
avcodec.AVSubtitleRect |
text(BytePointer text) |
int |
type() |
avcodec.AVSubtitleRect |
type(int type) |
int |
w()
width of pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
w(int w) |
int |
x()
top left corner of pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
x(int x) |
int |
y()
top left corner of pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
y(int y) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVSubtitleRect()
public AVSubtitleRect(long size)
Pointer.position(long).public AVSubtitleRect(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVSubtitleRect position(long position)
public int x()
public avcodec.AVSubtitleRect x(int x)
public int y()
public avcodec.AVSubtitleRect y(int y)
public int w()
public avcodec.AVSubtitleRect w(int w)
public int h()
public avcodec.AVSubtitleRect h(int h)
public int nb_colors()
public avcodec.AVSubtitleRect nb_colors(int nb_colors)
@Deprecated @ByRef public avcodec.AVPicture pict()
public avcodec.AVSubtitleRect pict(avcodec.AVPicture pict)
@Cast(value="uint8_t*") public BytePointer data(int i)
public avcodec.AVSubtitleRect data(int i, BytePointer data)
@MemberGetter @Cast(value="uint8_t**") public PointerPointer data()
public int linesize(int i)
public avcodec.AVSubtitleRect linesize(int i, int linesize)
@MemberGetter public IntPointer linesize()
public avcodec.AVSubtitleRect type(int type)
@Cast(value="char*") public BytePointer text()
public avcodec.AVSubtitleRect text(BytePointer text)
@Cast(value="char*") public BytePointer ass()
public avcodec.AVSubtitleRect ass(BytePointer ass)
public int flags()
public avcodec.AVSubtitleRect flags(int flags)
Copyright © 2018. All rights reserved.