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