@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class AssetView extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AssetView(byte[] d,
int s) |
AssetView(byte[] d,
int s,
int a) |
AssetView(ByteBuffer d,
int s) |
AssetView(ByteBuffer d,
int s,
int a) |
AssetView(BytePointer d,
int s) |
AssetView(BytePointer d,
int s,
int a) |
AssetView(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
alignment() |
AssetView |
alignment(int setter) |
BytePointer |
data() |
AssetView |
data(BytePointer setter) |
int |
size() |
AssetView |
size(int setter) |
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, zero
public AssetView(Pointer p)
Pointer(Pointer)
.public AssetView(@Cast(value="std::uint8_t*") BytePointer d, @Cast(value="std::uint32_t") int s, @Cast(value="std::uint32_t") int a)
public AssetView(@Cast(value="std::uint8_t*") BytePointer d, @Cast(value="std::uint32_t") int s)
public AssetView(@Cast(value="std::uint8_t*") ByteBuffer d, @Cast(value="std::uint32_t") int s, @Cast(value="std::uint32_t") int a)
public AssetView(@Cast(value="std::uint8_t*") ByteBuffer d, @Cast(value="std::uint32_t") int s)
public AssetView(@Cast(value="std::uint8_t*") byte[] d, @Cast(value="std::uint32_t") int s, @Cast(value="std::uint32_t") int a)
@Cast(value="std::uint8_t*") public BytePointer data()
public AssetView data(BytePointer setter)
public AssetView size(int setter)
public AssetView alignment(int setter)
Copyright © 2024. All rights reserved.