@Properties(inherit=avutil.class) public class AVComponentDescriptor extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVComponentDescriptor()
Default native constructor.
|
AVComponentDescriptor(long size)
Native array allocator.
|
AVComponentDescriptor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
depth_minus1()
Deprecated.
|
AVComponentDescriptor |
depth_minus1(int setter) |
int |
depth()
Number of bits in the component.
|
AVComponentDescriptor |
depth(int setter) |
int |
offset_plus1()
Deprecated.
|
AVComponentDescriptor |
offset_plus1(int setter) |
int |
offset()
Number of elements before the component of the first pixel.
|
AVComponentDescriptor |
offset(int setter) |
int |
plane()
Which of the 4 planes contains the component.
|
AVComponentDescriptor |
plane(int setter) |
AVComponentDescriptor |
position(long position) |
int |
shift()
Number of least significant bits that must be shifted away
to get the value.
|
AVComponentDescriptor |
shift(int setter) |
int |
step_minus1()
Deprecated.
|
AVComponentDescriptor |
step_minus1(int setter) |
int |
step()
Number of elements between 2 horizontally consecutive pixels.
|
AVComponentDescriptor |
step(int setter) |
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, zeropublic AVComponentDescriptor()
public AVComponentDescriptor(long size)
Pointer.position(long).public AVComponentDescriptor(Pointer p)
Pointer.Pointer(Pointer).public AVComponentDescriptor position(long position)
public int plane()
public AVComponentDescriptor plane(int setter)
public int step()
public AVComponentDescriptor step(int setter)
public int offset()
public AVComponentDescriptor offset(int setter)
public int shift()
public AVComponentDescriptor shift(int setter)
public int depth()
public AVComponentDescriptor depth(int setter)
@Deprecated public int step_minus1()
public AVComponentDescriptor step_minus1(int setter)
@Deprecated public int depth_minus1()
public AVComponentDescriptor depth_minus1(int setter)
@Deprecated public int offset_plus1()
public AVComponentDescriptor offset_plus1(int setter)
Copyright © 2020. All rights reserved.