@Properties(inherit=avutil.class) public class AVBufferRef extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVBufferRef()
Default native constructor.
|
AVBufferRef(long size)
Native array allocator.
|
AVBufferRef(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AVBuffer |
buffer() |
AVBufferRef |
buffer(AVBuffer setter) |
BytePointer |
data()
The data buffer.
|
AVBufferRef |
data(BytePointer setter) |
AVBufferRef |
position(long position) |
int |
size()
Size of data in bytes.
|
AVBufferRef |
size(int setter) |
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 AVBufferRef()
public AVBufferRef(long size)
Pointer.position(long)
.public AVBufferRef(Pointer p)
Pointer.Pointer(Pointer)
.public AVBufferRef position(long position)
public AVBuffer buffer()
public AVBufferRef buffer(AVBuffer setter)
@Cast(value="uint8_t*") public BytePointer data()
public AVBufferRef data(BytePointer setter)
public int size()
public AVBufferRef size(int setter)
Copyright © 2020. All rights reserved.