public static class avutil.AVComponentDescriptor extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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.
|
avutil.AVComponentDescriptor |
depth_minus1(int depth_minus1) |
int |
depth()
Number of bits in the component.
|
avutil.AVComponentDescriptor |
depth(int depth) |
int |
offset_plus1()
Deprecated.
|
avutil.AVComponentDescriptor |
offset_plus1(int offset_plus1) |
int |
offset()
Number of elements before the component of the first pixel.
|
avutil.AVComponentDescriptor |
offset(int offset) |
int |
plane()
Which of the 4 planes contains the component.
|
avutil.AVComponentDescriptor |
plane(int plane) |
avutil.AVComponentDescriptor |
position(long position) |
int |
shift()
Number of least significant bits that must be shifted away
to get the value.
|
avutil.AVComponentDescriptor |
shift(int shift) |
int |
step_minus1()
Deprecated.
|
avutil.AVComponentDescriptor |
step_minus1(int step_minus1) |
int |
step()
Number of elements between 2 horizontally consecutive pixels.
|
avutil.AVComponentDescriptor |
step(int step) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVComponentDescriptor()
public AVComponentDescriptor(long size)
Pointer.position(long).public AVComponentDescriptor(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVComponentDescriptor position(long position)
public int plane()
public avutil.AVComponentDescriptor plane(int plane)
public int step()
public avutil.AVComponentDescriptor step(int step)
public int offset()
public avutil.AVComponentDescriptor offset(int offset)
public int shift()
public avutil.AVComponentDescriptor shift(int shift)
public int depth()
public avutil.AVComponentDescriptor depth(int depth)
@Deprecated public int step_minus1()
public avutil.AVComponentDescriptor step_minus1(int step_minus1)
@Deprecated public int depth_minus1()
public avutil.AVComponentDescriptor depth_minus1(int depth_minus1)
@Deprecated public int offset_plus1()
public avutil.AVComponentDescriptor offset_plus1(int offset_plus1)
Copyright © 2018. All rights reserved.