@Properties(inherit=avutil.class) public class AVStereo3D extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVStereo3D()
Default native constructor.
|
AVStereo3D(long size)
Native array allocator.
|
AVStereo3D(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
baseline()
The distance between the centres of the lenses of the camera system,
in micrometers.
|
AVStereo3D |
baseline(int setter) |
int |
flags()
Additional information about the frame packing.
|
AVStereo3D |
flags(int setter) |
AVStereo3D |
getPointer(long i) |
AVRational |
horizontal_disparity_adjustment()
Relative shift of the left and right images, which changes the zero parallax plane.
|
AVStereo3D |
horizontal_disparity_adjustment(AVRational setter) |
AVRational |
horizontal_field_of_view()
Horizontal field of view, in degrees.
|
AVStereo3D |
horizontal_field_of_view(AVRational setter) |
AVStereo3D |
position(long position) |
int |
primary_eye()
Which eye is the primary eye when rendering in 2D.
|
AVStereo3D |
primary_eye(int setter) |
int |
type()
How views are packed within the video.
|
AVStereo3D |
type(int setter) |
int |
view()
Determines which views are packed.
|
AVStereo3D |
view(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AVStereo3D()
public AVStereo3D(long size)
Pointer.position(long)
.public AVStereo3D(Pointer p)
Pointer(Pointer)
.public AVStereo3D position(long position)
public AVStereo3D getPointer(long i)
getPointer
in class Pointer
public AVStereo3D type(int setter)
public int flags()
public AVStereo3D flags(int setter)
public AVStereo3D view(int setter)
@Cast(value="AVStereo3DPrimaryEye") public int primary_eye()
public AVStereo3D primary_eye(int setter)
@Cast(value="uint32_t") public int baseline()
public AVStereo3D baseline(int setter)
@ByRef public AVRational horizontal_disparity_adjustment()
public AVStereo3D horizontal_disparity_adjustment(AVRational setter)
@ByRef public AVRational horizontal_field_of_view()
public AVStereo3D horizontal_field_of_view(AVRational setter)
Copyright © 2024. All rights reserved.