Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVDictionaryEntry()
Default native constructor.
|
AVDictionaryEntry(int size)
Native array allocator.
|
AVDictionaryEntry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
key() |
avutil.AVDictionaryEntry |
key(BytePointer key) |
avutil.AVDictionaryEntry |
position(int position) |
BytePointer |
value() |
avutil.AVDictionaryEntry |
value(BytePointer value) |
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 AVDictionaryEntry()
public AVDictionaryEntry(int size)
Pointer.position(int).public AVDictionaryEntry(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVDictionaryEntry position(int position)
@Cast(value="char*") public BytePointer key()
public avutil.AVDictionaryEntry key(BytePointer key)
@Cast(value="char*") public BytePointer value()
public avutil.AVDictionaryEntry value(BytePointer value)
Copyright © 2015. All Rights Reserved.