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