public static class avutil.AVFrameSideData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avutil.AVFrameSideData()
Default native constructor.
|
avutil.AVFrameSideData(long size)
Native array allocator.
|
avutil.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, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic avutil.AVFrameSideData()
public avutil.AVFrameSideData(long size)
Pointer.position(long).public avutil.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 © 2016. All rights reserved.