Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVBufferRef()
Default native constructor.
|
AVBufferRef(int size)
Native array allocator.
|
AVBufferRef(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
avutil.AVBuffer |
buffer() |
avutil.AVBufferRef |
buffer(avutil.AVBuffer buffer) |
BytePointer |
data()
The data buffer.
|
avutil.AVBufferRef |
data(BytePointer data) |
avutil.AVBufferRef |
position(int position) |
int |
size()
Size of data in bytes.
|
avutil.AVBufferRef |
size(int size) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVBufferRef()
public AVBufferRef(int size)
Pointer.position(int).public AVBufferRef(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVBufferRef position(int position)
public avutil.AVBuffer buffer()
public avutil.AVBufferRef buffer(avutil.AVBuffer buffer)
@Cast(value="uint8_t*") public BytePointer data()
public avutil.AVBufferRef data(BytePointer data)
public int size()
public avutil.AVBufferRef size(int size)
Copyright © 2015. All Rights Reserved.