Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVBufferRef() |
AVBufferRef(int size) |
AVBufferRef(Pointer p) |
| 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)
public AVBufferRef(Pointer p)
public avutil.AVBufferRef position(int position)
public avutil.AVBuffer buffer()
public avutil.AVBufferRef buffer(avutil.AVBuffer buffer)
public BytePointer data()
public avutil.AVBufferRef data(BytePointer data)
public int size()
public avutil.AVBufferRef size(int size)
Copyright © 2014. All Rights Reserved.