@Properties(inherit=avfilter.class) public class AVFilterFormatsConfig extends Pointer
These lists are used for negotiating the format to actually be used, which will be loaded into the format and channel_layout members of AVFilterLink, when chosen.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVFilterFormatsConfig()
Default native constructor.
|
AVFilterFormatsConfig(long size)
Native array allocator.
|
AVFilterFormatsConfig(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Pointer |
channel_layouts()
Lists of supported channel layouts, only for audio.
|
AVFilterFormatsConfig |
channel_layouts(Pointer setter) |
AVFilterFormats |
color_ranges()
AVColorRange
|
AVFilterFormatsConfig |
color_ranges(AVFilterFormats setter) |
AVFilterFormats |
color_spaces()
AVColorSpace
|
AVFilterFormatsConfig |
color_spaces(AVFilterFormats setter) |
AVFilterFormats |
formats()
List of supported formats (pixel or sample).
|
AVFilterFormatsConfig |
formats(AVFilterFormats setter) |
AVFilterFormatsConfig |
getPointer(long i) |
AVFilterFormatsConfig |
position(long position) |
AVFilterFormats |
samplerates()
Lists of supported sample rates, only for audio.
|
AVFilterFormatsConfig |
samplerates(AVFilterFormats 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 AVFilterFormatsConfig()
public AVFilterFormatsConfig(long size)
Pointer.position(long)
.public AVFilterFormatsConfig(Pointer p)
Pointer(Pointer)
.public AVFilterFormatsConfig position(long position)
public AVFilterFormatsConfig getPointer(long i)
getPointer
in class Pointer
public AVFilterFormats formats()
public AVFilterFormatsConfig formats(AVFilterFormats setter)
public AVFilterFormats samplerates()
public AVFilterFormatsConfig samplerates(AVFilterFormats setter)
@Cast(value="AVFilterChannelLayouts*") public Pointer channel_layouts()
public AVFilterFormatsConfig channel_layouts(Pointer setter)
public AVFilterFormats color_spaces()
public AVFilterFormatsConfig color_spaces(AVFilterFormats setter)
public AVFilterFormats color_ranges()
public AVFilterFormatsConfig color_ranges(AVFilterFormats setter)
Copyright © 2024. All rights reserved.