Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avcodec.AVPicture() |
avcodec.AVPicture(int size) |
avcodec.AVPicture(Pointer p) |
| 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 avcodec.AVPicture()
public avcodec.AVPicture(int size)
public avcodec.AVPicture(Pointer p)
public avcodec.AVPicture position(int position)
public BytePointer data(int i)
public avcodec.AVPicture data(int i, BytePointer data)
public PointerPointer data()
public int linesize(int i)
public avcodec.AVPicture linesize(int i, int linesize)
public IntPointer linesize()
Copyright © 2014. All Rights Reserved.