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