public static class avutil.AVFrameSideData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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 |
|---|---|
avutil.AVBufferRef |
buf() |
avutil.AVFrameSideData |
buf(avutil.AVBufferRef buf) |
BytePointer |
data() |
avutil.AVFrameSideData |
data(BytePointer data) |
avutil.AVDictionary |
metadata() |
avutil.AVFrameSideData |
metadata(avutil.AVDictionary metadata) |
avutil.AVFrameSideData |
position(long position) |
int |
size() |
avutil.AVFrameSideData |
size(int size) |
int |
type() |
avutil.AVFrameSideData |
type(int type) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVFrameSideData()
public AVFrameSideData(long size)
Pointer.position(long).public AVFrameSideData(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVFrameSideData position(long position)
public avutil.AVFrameSideData type(int type)
@Cast(value="uint8_t*") public BytePointer data()
public avutil.AVFrameSideData data(BytePointer data)
public int size()
public avutil.AVFrameSideData size(int size)
public avutil.AVDictionary metadata()
public avutil.AVFrameSideData metadata(avutil.AVDictionary metadata)
public avutil.AVBufferRef buf()
public avutil.AVFrameSideData buf(avutil.AVBufferRef buf)
Copyright © 2018. All rights reserved.