@Properties(inherit=avfilter.class) public class AVFilterLink extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVFilterLink()
Default native constructor.
|
AVFilterLink(long size)
Native array allocator.
|
AVFilterLink(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AVChannelLayout |
ch_layout()
channel layout of current buffer (see libavutil/channel_layout.h)
|
AVFilterLink |
ch_layout(AVChannelLayout setter) |
int |
color_range()
agreed upon YUV color range
|
AVFilterLink |
color_range(int setter) |
int |
colorspace()
agreed upon YUV color space
|
AVFilterLink |
colorspace(int setter) |
AVFilterContext |
dst()
dest filter
|
AVFilterLink |
dst(AVFilterContext setter) |
AVFilterPad |
dstpad()
input pad on the dest filter
|
AVFilterLink |
dstpad(AVFilterPad setter) |
int |
format()
agreed upon media format
|
AVFilterLink |
format(int setter) |
AVFilterLink |
getPointer(long i) |
int |
h()
agreed upon image height
|
AVFilterLink |
h(int setter) |
AVFilterFormatsConfig |
incfg()
Lists of supported formats / etc.
|
AVFilterLink |
incfg(AVFilterFormatsConfig setter) |
AVFilterFormatsConfig |
outcfg()
Lists of supported formats / etc.
|
AVFilterLink |
outcfg(AVFilterFormatsConfig setter) |
AVFilterLink |
position(long position) |
AVRational |
sample_aspect_ratio()
agreed upon sample aspect ratio
|
AVFilterLink |
sample_aspect_ratio(AVRational setter) |
int |
sample_rate()
samples per second
|
AVFilterLink |
sample_rate(int setter) |
AVFilterContext |
src()
source filter
|
AVFilterLink |
src(AVFilterContext setter) |
AVFilterPad |
srcpad()
output pad on the source filter
|
AVFilterLink |
srcpad(AVFilterPad setter) |
AVRational |
time_base()
Define the time base used by the PTS of the frames/samples
which will pass through this link.
|
AVFilterLink |
time_base(AVRational setter) |
int |
type()
filter media type
|
AVFilterLink |
type(int setter) |
int |
w()
agreed upon image width
|
AVFilterLink |
w(int 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, withDeallocator, zero
public AVFilterLink()
public AVFilterLink(long size)
Pointer.position(long)
.public AVFilterLink(Pointer p)
Pointer(Pointer)
.public AVFilterLink position(long position)
public AVFilterLink getPointer(long i)
getPointer
in class Pointer
public AVFilterContext src()
public AVFilterLink src(AVFilterContext setter)
public AVFilterPad srcpad()
public AVFilterLink srcpad(AVFilterPad setter)
public AVFilterContext dst()
public AVFilterLink dst(AVFilterContext setter)
public AVFilterPad dstpad()
public AVFilterLink dstpad(AVFilterPad setter)
public AVFilterLink type(int setter)
public int format()
public AVFilterLink format(int setter)
public int w()
public AVFilterLink w(int setter)
public int h()
public AVFilterLink h(int setter)
@ByRef public AVRational sample_aspect_ratio()
public AVFilterLink sample_aspect_ratio(AVRational setter)
public AVFilterLink colorspace(int setter)
public AVFilterLink color_range(int setter)
public int sample_rate()
public AVFilterLink sample_rate(int setter)
@ByRef public AVChannelLayout ch_layout()
public AVFilterLink ch_layout(AVChannelLayout setter)
@ByRef public AVRational time_base()
public AVFilterLink time_base(AVRational setter)
@ByRef public AVFilterFormatsConfig incfg()
public AVFilterLink incfg(AVFilterFormatsConfig setter)
@ByRef public AVFilterFormatsConfig outcfg()
public AVFilterLink outcfg(AVFilterFormatsConfig setter)
Copyright © 2025. All rights reserved.