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