@Properties(inherit=avutil.class) public class AVPixFmtDescriptor extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVPixFmtDescriptor()
Default native constructor.
|
AVPixFmtDescriptor(long size)
Native array allocator.
|
AVPixFmtDescriptor(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
alias()
Alternative comma-separated names.
|
AVPixFmtDescriptor |
alias(BytePointer setter) |
AVComponentDescriptor |
comp() |
AVComponentDescriptor |
comp(int i)
Parameters that describe how pixels are packed.
|
AVPixFmtDescriptor |
comp(int i,
AVComponentDescriptor setter) |
long |
flags()
Combination of AV_PIX_FMT_FLAG_...
|
AVPixFmtDescriptor |
flags(long setter) |
byte |
log2_chroma_h()
Amount to shift the luma height right to find the chroma height.
|
AVPixFmtDescriptor |
log2_chroma_h(byte setter) |
byte |
log2_chroma_w()
Amount to shift the luma width right to find the chroma width.
|
AVPixFmtDescriptor |
log2_chroma_w(byte setter) |
BytePointer |
name() |
AVPixFmtDescriptor |
name(BytePointer setter) |
byte |
nb_components()
The number of components each pixel has, (1-4)
|
AVPixFmtDescriptor |
nb_components(byte setter) |
AVPixFmtDescriptor |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public AVPixFmtDescriptor()
public AVPixFmtDescriptor(long size)
Pointer.position(long)
.public AVPixFmtDescriptor(Pointer p)
Pointer.Pointer(Pointer)
.public AVPixFmtDescriptor position(long position)
@Cast(value="const char*") public BytePointer name()
public AVPixFmtDescriptor name(BytePointer setter)
@Cast(value="uint8_t") public byte nb_components()
public AVPixFmtDescriptor nb_components(byte setter)
@Cast(value="uint8_t") public byte log2_chroma_w()
public AVPixFmtDescriptor log2_chroma_w(byte setter)
@Cast(value="uint8_t") public byte log2_chroma_h()
public AVPixFmtDescriptor log2_chroma_h(byte setter)
public AVPixFmtDescriptor flags(long setter)
@ByRef public AVComponentDescriptor comp(int i)
public AVPixFmtDescriptor comp(int i, AVComponentDescriptor setter)
@MemberGetter public AVComponentDescriptor comp()
@Cast(value="const char*") public BytePointer alias()
public AVPixFmtDescriptor alias(BytePointer setter)
Copyright © 2020. All rights reserved.