public static class avfilter.AVFilterGraph extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avfilter.AVFilterGraph()
Default native constructor.
|
avfilter.AVFilterGraph(long size)
Native array allocator.
|
avfilter.AVFilterGraph(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
aresample_swr_opts()
swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
|
avfilter.AVFilterGraph |
aresample_swr_opts(BytePointer aresample_swr_opts) |
avutil.AVClass |
av_class() |
int |
disable_auto_convert() |
avfilter.AVFilterGraph |
disable_auto_convert(int disable_auto_convert) |
avfilter.avfilter_execute_func |
execute()
This callback may be set by the caller immediately after allocating the
graph and before adding any filters to it, to provide a custom
multithreading implementation.
|
avfilter.AVFilterGraph |
execute(avfilter.avfilter_execute_func execute) |
PointerPointer |
filters() |
avfilter.AVFilterContext |
filters(int i) |
avfilter.AVFilterGraph |
filters(int i,
avfilter.AVFilterContext filters) |
avfilter.AVFilterGraphInternal |
internal()
Opaque object for libavfilter internal use.
|
avfilter.AVFilterGraph |
internal(avfilter.AVFilterGraphInternal internal) |
int |
nb_filters() |
avfilter.AVFilterGraph |
nb_filters(int nb_filters) |
int |
nb_threads()
Maximum number of threads used by filters in this graph.
|
avfilter.AVFilterGraph |
nb_threads(int nb_threads) |
Pointer |
opaque()
Opaque user data.
|
avfilter.AVFilterGraph |
opaque(Pointer opaque) |
avfilter.AVFilterGraph |
position(long position) |
BytePointer |
resample_lavr_opts()
libavresample options to use for the auto-inserted resample filters
|
avfilter.AVFilterGraph |
resample_lavr_opts(BytePointer resample_lavr_opts) |
BytePointer |
scale_sws_opts()
sws options to use for the auto-inserted scale filters
|
avfilter.AVFilterGraph |
scale_sws_opts(BytePointer scale_sws_opts) |
int |
sink_links_count() |
avfilter.AVFilterGraph |
sink_links_count(int sink_links_count) |
PointerPointer |
sink_links() |
avfilter.AVFilterLink |
sink_links(int i)
Private fields
The following fields are for internal use only.
|
avfilter.AVFilterGraph |
sink_links(int i,
avfilter.AVFilterLink sink_links) |
int |
thread_type()
Type of multithreading allowed for filters in this graph.
|
avfilter.AVFilterGraph |
thread_type(int thread_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 avfilter.AVFilterGraph()
public avfilter.AVFilterGraph(long size)
Pointer.position(long).public avfilter.AVFilterGraph(Pointer p)
Pointer.Pointer(Pointer).public avfilter.AVFilterGraph position(long position)
@MemberGetter @Const public avutil.AVClass av_class()
public avfilter.AVFilterContext filters(int i)
public avfilter.AVFilterGraph filters(int i, avfilter.AVFilterContext filters)
@MemberGetter @Cast(value="AVFilterContext**") public PointerPointer filters()
public avfilter.AVFilterGraph nb_filters(int nb_filters)
@Cast(value="char*") public BytePointer scale_sws_opts()
public avfilter.AVFilterGraph scale_sws_opts(BytePointer scale_sws_opts)
@Cast(value="char*") public BytePointer resample_lavr_opts()
public avfilter.AVFilterGraph resample_lavr_opts(BytePointer resample_lavr_opts)
public int thread_type()
public avfilter.AVFilterGraph thread_type(int thread_type)
public int nb_threads()
public avfilter.AVFilterGraph nb_threads(int nb_threads)
public avfilter.AVFilterGraphInternal internal()
public avfilter.AVFilterGraph internal(avfilter.AVFilterGraphInternal internal)
public Pointer opaque()
public avfilter.AVFilterGraph opaque(Pointer opaque)
public avfilter.avfilter_execute_func execute()
public avfilter.AVFilterGraph execute(avfilter.avfilter_execute_func execute)
@Cast(value="char*") public BytePointer aresample_swr_opts()
public avfilter.AVFilterGraph aresample_swr_opts(BytePointer aresample_swr_opts)
public avfilter.AVFilterLink sink_links(int i)
public avfilter.AVFilterGraph sink_links(int i, avfilter.AVFilterLink sink_links)
@MemberGetter @Cast(value="AVFilterLink**") public PointerPointer sink_links()
public int sink_links_count()
public avfilter.AVFilterGraph sink_links_count(int sink_links_count)
public avfilter.AVFilterGraph disable_auto_convert(int disable_auto_convert)
Copyright © 2016. All rights reserved.