@Properties(inherit=avfilter.class) public class AVFilter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVFilter()
Default native constructor.
|
AVFilter(long size)
Native array allocator.
|
AVFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
description()
A description of the filter.
|
AVFilter |
description(BytePointer setter) |
int |
flags()
A combination of AVFILTER_FLAG_*
|
AVFilter |
flags(int setter) |
AVFilter |
getPointer(long i) |
AVFilterPad |
inputs()
List of static inputs.
|
AVFilter |
inputs(AVFilterPad setter) |
BytePointer |
name()
Filter name.
|
AVFilter |
name(BytePointer setter) |
AVFilterPad |
outputs()
List of static outputs.
|
AVFilter |
outputs(AVFilterPad setter) |
AVFilter |
position(long position) |
AVClass |
priv_class()
A class for the private data, used to declare filter private AVOptions.
|
AVFilter |
priv_class(AVClass setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, trimMemory, withDeallocator, zeropublic AVFilter()
public AVFilter(long size)
Pointer.position(long).public AVFilter(Pointer p)
Pointer(Pointer).public AVFilter getPointer(long i)
getPointer in class Pointer@Cast(value="const char*") public BytePointer name()
public AVFilter name(BytePointer setter)
@Cast(value="const char*") public BytePointer description()
public AVFilter description(BytePointer setter)
@Const public AVFilterPad inputs()
public AVFilter inputs(AVFilterPad setter)
@Const public AVFilterPad outputs()
public AVFilter outputs(AVFilterPad setter)
@Const public AVClass priv_class()
public int flags()
public AVFilter flags(int setter)
Copyright © 2026. All rights reserved.