| Modifier and Type | Class and Description |
|---|---|
static class |
avutil.AVClass.Child_class_next_AVClass
Return an AVClass corresponding to the next potential
AVOptions-enabled child.
|
static class |
avutil.AVClass.Child_next_Pointer_Pointer
Return next AVOptions-enabled child or NULL
|
static class |
avutil.AVClass.Get_category_Pointer
Callback to return the category.
|
static class |
avutil.AVClass.Item_name_Pointer
A pointer to a function which returns the name of a context
instance ctx associated with the class.
|
static class |
avutil.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(int 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.
|
avutil.AVClass |
category(int category) |
avutil.AVClass.Child_class_next_AVClass |
child_class_next() |
avutil.AVClass.Child_next_Pointer_Pointer |
child_next() |
avutil.AVClass |
child_next(avutil.AVClass.Child_next_Pointer_Pointer child_next) |
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.
|
avutil.AVClass.Get_category_Pointer |
get_category() |
avutil.AVClass |
get_category(avutil.AVClass.Get_category_Pointer get_category) |
avutil.AVClass.Item_name_Pointer |
item_name() |
int |
log_level_offset_offset()
Offset in the structure where log_level_offset is stored.
|
avutil.AVClass |
log_level_offset_offset(int log_level_offset_offset) |
avutil.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.
|
avutil.AVClass |
parent_log_context_offset(int parent_log_context_offset) |
avutil.AVClass |
position(int position) |
avutil.AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int |
query_ranges() |
avutil.AVClass |
query_ranges(avutil.AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int query_ranges) |
int |
version()
LIBAVUTIL_VERSION with which this structure was created.
|
avutil.AVClass |
version(int version) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVClass()
public AVClass(int size)
Pointer.position(int).public AVClass(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVClass position(int position)
@MemberGetter @Cast(value="const char*") public BytePointer class_name()
@MemberGetter public avutil.AVClass.Item_name_Pointer item_name()
@MemberGetter @Const public avutil.AVOption option()
av_set_default_options()public int version()
public avutil.AVClass version(int version)
public int log_level_offset_offset()
public avutil.AVClass log_level_offset_offset(int log_level_offset_offset)
public int parent_log_context_offset()
public avutil.AVClass parent_log_context_offset(int parent_log_context_offset)
public avutil.AVClass.Child_next_Pointer_Pointer child_next()
public avutil.AVClass child_next(avutil.AVClass.Child_next_Pointer_Pointer child_next)
@MemberGetter public avutil.AVClass.Child_class_next_AVClass child_class_next()
@Cast(value="AVClassCategory") public int category()
public avutil.AVClass category(int category)
public avutil.AVClass.Get_category_Pointer get_category()
public avutil.AVClass get_category(avutil.AVClass.Get_category_Pointer get_category)
public avutil.AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int query_ranges()
public avutil.AVClass query_ranges(avutil.AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int query_ranges)
Copyright © 2015. All Rights Reserved.