@Properties(inherit=avutil.class) public class AVClass extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
AVClass.Child_class_next_AVClass
Return an AVClass corresponding to the next potential
AVOptions-enabled child.
|
static class |
AVClass.Child_next_Pointer_Pointer
Return next AVOptions-enabled child or NULL
|
static class |
AVClass.Get_category_Pointer
Callback to return the category.
|
static class |
AVClass.Item_name_Pointer
A pointer to a function which returns the name of a context
instance ctx associated with the class.
|
static class |
AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int
Callback to return the supported/allowed ranges.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVClass()
Default native constructor.
|
AVClass(long size)
Native array allocator.
|
AVClass(Pointer p)
Pointer cast constructor.
|
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 AVClass()
public AVClass(long size)
Pointer.position(long)
.public AVClass(Pointer p)
Pointer.Pointer(Pointer)
.@Cast(value="const char*") public BytePointer class_name()
public AVClass class_name(BytePointer setter)
public AVClass.Item_name_Pointer item_name()
public AVClass item_name(AVClass.Item_name_Pointer setter)
@Const public AVOption option()
av_set_default_options()
public int version()
public AVClass version(int setter)
public int log_level_offset_offset()
public AVClass log_level_offset_offset(int setter)
public int parent_log_context_offset()
public AVClass parent_log_context_offset(int setter)
public AVClass.Child_next_Pointer_Pointer child_next()
public AVClass child_next(AVClass.Child_next_Pointer_Pointer setter)
public AVClass.Child_class_next_AVClass child_class_next()
public AVClass child_class_next(AVClass.Child_class_next_AVClass setter)
@Cast(value="AVClassCategory") public int category()
public AVClass category(int setter)
public AVClass.Get_category_Pointer get_category()
public AVClass get_category(AVClass.Get_category_Pointer setter)
public AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int query_ranges()
public AVClass query_ranges(AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int setter)
Copyright © 2020. All rights reserved.