public static class avcodec.AVPicture extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avcodec.AVPicture()
Deprecated.
Default native constructor.
|
avcodec.AVPicture(long size)
Deprecated.
Native array allocator.
|
avcodec.AVPicture(Pointer p)
Deprecated.
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
data()
Deprecated.
|
BytePointer |
data(int i)
Deprecated.
|
avcodec.AVPicture |
data(int i,
BytePointer data)
Deprecated.
|
IntPointer |
linesize()
Deprecated.
|
int |
linesize(int i)
Deprecated.
|
avcodec.AVPicture |
linesize(int i,
int linesize)
Deprecated.
|
avcodec.AVPicture |
position(long position)
Deprecated.
|
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic avcodec.AVPicture()
public avcodec.AVPicture(long size)
Pointer.position(long).public avcodec.AVPicture(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVPicture position(long position)
@Cast(value="uint8_t*") @Deprecated public BytePointer data(int i)
public avcodec.AVPicture data(int i, BytePointer data)
@MemberGetter @Cast(value="uint8_t**") @Deprecated public PointerPointer data()
@Deprecated public int linesize(int i)
public avcodec.AVPicture linesize(int i, int linesize)
@MemberGetter @Deprecated public IntPointer linesize()
Copyright © 2016. All rights reserved.