@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| Constructor and Description |
|---|
AVClass()
Default native constructor.
|
AVClass(long size)
Native array allocator.
|
AVClass(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
category()
Category used for visualization (like color)
This is only set if the category is equal for all objects using this class.
|
AVClass |
category(int setter) |
AVClass.Child_class_next_AVClass |
child_class_next() |
AVClass.Child_next_Pointer_Pointer |
child_next() |
AVClass |
child_next(AVClass.Child_next_Pointer_Pointer setter) |
BytePointer |
class_name()
The name of the class; usually it is the same name as the
context structure type to which the AVClass is associated.
|
AVClass.Get_category_Pointer |
get_category() |
AVClass |
get_category(AVClass.Get_category_Pointer setter) |
AVClass.Item_name_Pointer |
item_name() |
int |
log_level_offset_offset()
Offset in the structure where log_level_offset is stored.
|
AVClass |
log_level_offset_offset(int setter) |
AVOption |
option()
a pointer to the first option specified in the class if any or NULL
|
int |
parent_log_context_offset()
Offset in the structure where a pointer to the parent context for
logging is stored.
|
AVClass |
parent_log_context_offset(int setter) |
AVClass |
position(long position) |
AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int |
query_ranges() |
AVClass |
query_ranges(AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int setter) |
int |
version()
LIBAVUTIL_VERSION with which this structure was created.
|
AVClass |
version(int setter) |
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 AVClass()
public AVClass(long size)
Pointer.position(long).public AVClass(Pointer p)
Pointer.Pointer(Pointer).@MemberGetter @Cast(value="const char*") public BytePointer class_name()
@MemberGetter public AVClass.Item_name_Pointer item_name()
@MemberGetter @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)
@MemberGetter public AVClass.Child_class_next_AVClass child_class_next()
@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 © 2019. All rights reserved.