public static class avutil.AVPixFmtDescriptor extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avutil.AVPixFmtDescriptor()
Default native constructor.
|
avutil.AVPixFmtDescriptor(long size)
Native array allocator.
|
avutil.AVPixFmtDescriptor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
alias()
Alternative comma-separated names.
|
avutil.AVComponentDescriptor |
comp() |
avutil.AVComponentDescriptor |
comp(int i)
Parameters that describe how pixels are packed.
|
avutil.AVPixFmtDescriptor |
comp(int i,
avutil.AVComponentDescriptor comp) |
long |
flags()
Combination of AV_PIX_FMT_FLAG_...
|
avutil.AVPixFmtDescriptor |
flags(long flags) |
byte |
log2_chroma_h()
Amount to shift the luma height right to find the chroma height.
|
avutil.AVPixFmtDescriptor |
log2_chroma_h(byte log2_chroma_h) |
byte |
log2_chroma_w()
Amount to shift the luma width right to find the chroma width.
|
avutil.AVPixFmtDescriptor |
log2_chroma_w(byte log2_chroma_w) |
BytePointer |
name() |
byte |
nb_components()
The number of components each pixel has, (1-4)
|
avutil.AVPixFmtDescriptor |
nb_components(byte nb_components) |
avutil.AVPixFmtDescriptor |
position(long position) |
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 avutil.AVPixFmtDescriptor()
public avutil.AVPixFmtDescriptor(long size)
Pointer.position(long).public avutil.AVPixFmtDescriptor(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVPixFmtDescriptor position(long position)
@MemberGetter @Cast(value="const char*") public BytePointer name()
@Cast(value="uint8_t") public byte nb_components()
public avutil.AVPixFmtDescriptor nb_components(byte nb_components)
@Cast(value="uint8_t") public byte log2_chroma_w()
public avutil.AVPixFmtDescriptor log2_chroma_w(byte log2_chroma_w)
@Cast(value="uint8_t") public byte log2_chroma_h()
public avutil.AVPixFmtDescriptor log2_chroma_h(byte log2_chroma_h)
public avutil.AVPixFmtDescriptor flags(long flags)
@ByRef public avutil.AVComponentDescriptor comp(int i)
public avutil.AVPixFmtDescriptor comp(int i, avutil.AVComponentDescriptor comp)
@MemberGetter public avutil.AVComponentDescriptor comp()
@MemberGetter @Cast(value="const char*") public BytePointer alias()
Copyright © 2016. All rights reserved.