Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVPixFmtDescriptor()
Default native constructor.
|
AVPixFmtDescriptor(int size)
Native array allocator.
|
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) |
byte |
flags() |
avutil.AVPixFmtDescriptor |
flags(byte 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()
chroma_width = -((-luma_width )>>log2_chroma_w)
|
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(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVPixFmtDescriptor()
public AVPixFmtDescriptor(int size)
Pointer.position(int).public AVPixFmtDescriptor(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVPixFmtDescriptor position(int 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(byte 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 © 2015. All Rights Reserved.