Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVSubtitleRect()
Default native constructor.
|
AVSubtitleRect(int 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) |
int |
flags() |
avcodec.AVSubtitleRect |
flags(int flags) |
int |
h()
height of pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
h(int h) |
int |
nb_colors()
number of colors in pict, undefined when pict is not set
|
avcodec.AVSubtitleRect |
nb_colors(int nb_colors) |
avcodec.AVPicture |
pict()
data+linesize for the bitmap of this subtitle.
|
avcodec.AVSubtitleRect |
pict(avcodec.AVPicture pict) |
avcodec.AVSubtitleRect |
position(int 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, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVSubtitleRect()
public AVSubtitleRect(int size)
Pointer.position(int).public AVSubtitleRect(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVSubtitleRect position(int 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)
@ByRef public avcodec.AVPicture pict()
public avcodec.AVSubtitleRect pict(avcodec.AVPicture pict)
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 © 2015. All Rights Reserved.