@NoOffset @Name(value="tl::optional<dai::CameraImageOrientation>") @Properties(inherit=depthai.class) public class CameraImageOrientationOptional extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CameraImageOrientationOptional() |
CameraImageOrientationOptional(depthai.CameraImageOrientation value) |
CameraImageOrientationOptional(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
depthai.CameraImageOrientation |
get() |
boolean |
has_value() |
CameraImageOrientationOptional |
put(CameraImageOrientationOptional x) |
CameraImageOrientationOptional |
put(depthai.CameraImageOrientation value) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CameraImageOrientationOptional(Pointer p)
Pointer(Pointer).public CameraImageOrientationOptional(depthai.CameraImageOrientation value)
public CameraImageOrientationOptional()
@Name(value="operator =") @ByRef public CameraImageOrientationOptional put(@ByRef CameraImageOrientationOptional x)
public boolean has_value()
@Name(value="value") @ByRef public depthai.CameraImageOrientation get()
@ValueSetter public CameraImageOrientationOptional put(@ByRef depthai.CameraImageOrientation value)
Copyright © 2023. All rights reserved.