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