Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVPicture()
Default native constructor.
|
AVPicture(int size)
Native array allocator.
|
AVPicture(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
data() |
BytePointer |
data(int i)
pointers to the image data planes
|
avcodec.AVPicture |
data(int i,
BytePointer data) |
IntPointer |
linesize() |
int |
linesize(int i)
number of bytes per line
|
avcodec.AVPicture |
linesize(int i,
int linesize) |
avcodec.AVPicture |
position(int position) |
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 AVPicture()
public AVPicture(int size)
Pointer.position(int).public AVPicture(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVPicture position(int position)
@Cast(value="uint8_t*") public BytePointer data(int i)
public avcodec.AVPicture data(int i, BytePointer data)
@MemberGetter @Cast(value="uint8_t**") public PointerPointer data()
public int linesize(int i)
public avcodec.AVPicture linesize(int i, int linesize)
@MemberGetter public IntPointer linesize()
Copyright © 2015. All Rights Reserved.