@Properties(inherit=avutil.class) public class AVSphericalMapping extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVSphericalMapping()
Default native constructor.
|
AVSphericalMapping(long size)
Native array allocator.
|
AVSphericalMapping(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
bound_bottom()
Distance from the bottom edge
|
AVSphericalMapping |
bound_bottom(int setter) |
int |
bound_left()
Distance from the left edge
|
AVSphericalMapping |
bound_left(int setter) |
int |
bound_right()
Distance from the right edge
|
AVSphericalMapping |
bound_right(int setter) |
int |
bound_top()
Distance from the top edge
|
AVSphericalMapping |
bound_top(int setter) |
int |
padding()
Number of pixels to pad from the edge of each cube face.
|
AVSphericalMapping |
padding(int setter) |
int |
pitch()
Rotation around the right vector [-90, 90].
|
AVSphericalMapping |
pitch(int setter) |
AVSphericalMapping |
position(long position) |
int |
projection()
Projection type.
|
AVSphericalMapping |
projection(int setter) |
int |
roll()
Rotation around the forward vector [-180, 180].
|
AVSphericalMapping |
roll(int setter) |
int |
yaw()
Rotation around the up vector [-180, 180].
|
AVSphericalMapping |
yaw(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, zero
public AVSphericalMapping()
public AVSphericalMapping(long size)
Pointer.position(long)
.public AVSphericalMapping(Pointer p)
Pointer.Pointer(Pointer)
.public AVSphericalMapping position(long position)
public AVSphericalMapping projection(int setter)
public int yaw()
public AVSphericalMapping yaw(int setter)
public int pitch()
public AVSphericalMapping pitch(int setter)
public int roll()
public AVSphericalMapping roll(int setter)
public AVSphericalMapping bound_left(int setter)
public AVSphericalMapping bound_top(int setter)
public AVSphericalMapping bound_right(int setter)
public AVSphericalMapping bound_bottom(int setter)
@Cast(value="uint32_t") public int padding()
public AVSphericalMapping padding(int setter)
Copyright © 2020. All rights reserved.