Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVComponentDescriptor() |
AVComponentDescriptor(int size) |
AVComponentDescriptor(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
short |
depth_minus1()
Number of bits in the component minus 1.
|
avutil.AVComponentDescriptor |
depth_minus1(short depth_minus1) |
short |
offset_plus1()
Number of elements before the component of the first pixel plus 1.
|
avutil.AVComponentDescriptor |
offset_plus1(short offset_plus1) |
short |
plane()
Which of the 4 planes contains the component.
|
avutil.AVComponentDescriptor |
plane(short plane) |
avutil.AVComponentDescriptor |
position(int position) |
short |
shift()
Number of least significant bits that must be shifted away
to get the value.
|
avutil.AVComponentDescriptor |
shift(short shift) |
short |
step_minus1()
Number of elements between 2 horizontally consecutive pixels minus 1.
|
avutil.AVComponentDescriptor |
step_minus1(short step_minus1) |
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 AVComponentDescriptor()
public AVComponentDescriptor(int size)
public AVComponentDescriptor(Pointer p)
public avutil.AVComponentDescriptor position(int position)
public short plane()
public avutil.AVComponentDescriptor plane(short plane)
public short step_minus1()
public avutil.AVComponentDescriptor step_minus1(short step_minus1)
public short offset_plus1()
public avutil.AVComponentDescriptor offset_plus1(short offset_plus1)
public short shift()
public avutil.AVComponentDescriptor shift(short shift)
public short depth_minus1()
public avutil.AVComponentDescriptor depth_minus1(short depth_minus1)
Copyright © 2014. All Rights Reserved.